Exemplo n.º 1
0
 public void AddSpawner(IGameObject spawner)
 {
     spawnerList.Add(spawner);
     spawnManager.AddSpawner((ISpawner)spawner);
 }