예제 #1
0
 //! Command to interface which dispatches start of game event to all controller clients.
 public int EndRound()
 {
     return(GameInterface.endRound());
 }