Beispiel #1
0
 /// <summary>
 /// Method to add a deactivated enemy to the Enemy pool.
 /// <seealso cref="SpawnManager.AddToPool"/>
 /// </summary>
 /// <param name="enemy">Enemy to add</param>
 public void AddToPool(GameObject enemy)
 {
     _spawnManager.AddToPool(enemy);
 }