namespace DanieleMarotta.RiversongCodeShowcase { [InitializeAfter(typeof(EarlyGameSystemGroup))] [InitializeBefore(typeof(DefaultGameSystemGroup))] public class WorldGenSystemGroup : GameSystemGroup { } }