Singletons
Opened this issue · 0 comments
ze0nni commented
Support top level classes without Index:
class DB {
StartGameConfig StartGame;
Index<Foo> Foos;
Index<Bar> Bars;
}
class StartGameConfig {
int StartGold;
List<Ref<HeroConfig>> StartHeroes;
Ref<LocationConfig> StartLocation;
}