示例#1
0
 //! Command to interface which dispatches canceling game event to all controller clients.
 public int CancelGame()
 {
     return(GameInterface.cancelGame());
 }