Exemple #1
0
 void FixedUpdate()
 {
     if (myClient != null)
     {
         myClient.doUpdate();
     }
     //联机成功布置棋盘一次
     if (NanoClient.isConnected() && !bChessPos)
     {
         bChessPos = true;
         m_bboard.chessposition();
     }
 }