Ejemplo n.º 1
0
 public void CheckWinCondition()
 {
     if (terrainGen.AllTilesInverted())
     {
         Win();
     }
 }