コード例 #1
0
 public void startGame()
 {
     if (!isLocalPlayer)
     {
         return;
     }
     gps.setText("");
     CmdStartGame();
 }