Example #1
0
 //! Command to interface which dispatches start of game event to all controller clients.
 public int StartRound()
 {
     return(GameInterface.startRound());
 }