Ejemplo n.º 1
0
 void CheckWon()
 {
     if (playerSpawn.IsEnded() && playerEnemies.IsEmpty())
     {
         winState = 0;
     }
 }