示例#1
0
 public int GetOverallWavesCount()
 {
     return(CurrentStage != null?CurrentStage.GetStageWavesCount() : 0);
 }