Open jkomoros opened 6 years ago
For example, if you decide after you already have a game delegate that you want to add a ConfigureConstants(), ideally there's a stub command that allows you to do that
(run from examplegame folder) boardgame-util stub add constants
boardgame-util stub add constants
And if you run boardgame-util stub add (no arguments) then it gives you an interactive prompt to pick the one to add
boardgame-util stub add
For example, if you decide after you already have a game delegate that you want to add a ConfigureConstants(), ideally there's a stub command that allows you to do that
(run from examplegame folder)
boardgame-util stub add constants