Esempio n. 1
0
 private void EndWaveRoom()
 {
     SaveSystem.AddWaveRoomCompleted(waveRoomID);
     StartCoroutine(EndWaveRoomCoroutine());
 }