예제 #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));
 }