Esempio n. 1
0
 public SceneBase()
 {
     UpdateSystem = new EntityComponentSystem();
     RenderSystem = new EntityComponentSystem();
 }
Esempio n. 2
0
 static ECSTest()
 {
     ecs = new EntityComponentSystem();
 }