jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

ComponentChest.Add{Constant,Deck} should be private #708

Closed jkomoros closed 6 years ago

jkomoros commented 6 years ago

Because the only time you're supposed to use it is via your delegate's ConfigureConstant and ConfigureDecks, right?