Esempio n. 1
0
 private void Awake()
 {
     ECSSystem.AddSystem(new PecsManSystem(PecsMan, nbPecsMan));
     ECSSystem.AddSystem(new FoodSystem(Food, nbFoods));
     ECSSystem.AddSystem(new EnemySystem(Enemy, nbEnemy));
 }