コード例 #1
0
ファイル: SpawnManager.cs プロジェクト: j1mmyto9/TowerDefense
 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));
 }