コード例 #1
0
ファイル: GameController.cs プロジェクト: SeanDunlop/ChessApi
 public void quitGame(int gameId)
 {
     updater.stopGame(gameId);
 }