Пример #1
0
 public static int AddDestroyedSpawn(int _idWave)
 {
     return(instance._AddDestroyedSpawn(_idWave));
 }
Пример #2
0
 //add a SpawnUponDestroyed creep to the wave
 public static int AddDestroyedSpawn(UnitCreep unit)
 {
     return(instance._AddDestroyedSpawn(unit));
 }