public static int AddDestroyedSpawn(int _idWave) { return(instance._AddDestroyedSpawn(_idWave)); }
//add a SpawnUponDestroyed creep to the wave public static int AddDestroyedSpawn(UnitCreep unit) { return(instance._AddDestroyedSpawn(unit)); }