public SceneBase()
 {
     UpdateSystem = new EntityComponentSystem();
     RenderSystem = new EntityComponentSystem();
 }
Exemple #2
0
 static ECSTest()
 {
     ecs = new EntityComponentSystem();
 }