Ejemplo n.º 1
0
 public static void ForceVictory()
 {
     MatchManager.ClearSelected();
     DestroyAll();
     if (spawnedList.Count <= 0)
     {
         enemiesClearedEvent?.Invoke();
     }
 }