Example #1
0
 public void mainLoop()
 {
     while (!game.NextTurn())
     {
         Redraw();
     }
     Redraw();
 }