Esempio n. 1
0
 public void endRound()
 {
     if (nextRound != null)
     {
         nextRound.start();
     }
     else
     {
         new TextDisplay(270, 150, "Finish", Colors.Yellow, 30);
     }
 }