Esempio n. 1
0
 //! Command to interface which dispatches start of game event to all controller clients.
 public int CancelRound()
 {
     return(GameInterface.cancelRound());
 }