Esempio n. 1
0
 public void ExecuteNextTurn()
 {
     TurnEvent.Call(new TurnEventArgs(players[Convert.ToInt32(turn == 0)]));
 }