Ejemplo n.º 1
0
 public void EndTurn()
 {
     turn      = false;
     nextTurn += 100;
     moveController.EndTurn();
 }