示例#1
0
 public void CancelCountDown()
 {
     Debug.Log("CancelCountDown");
     checkForPlayers = true;
     countDown.CancelCountDown();
 }