Exemplo n.º 1
0
 private void UnReady()
 {
     view.HideStatusText();
     Models.gameModel.roomModel.UnReady(Models.gameModel.userInfoDto);
     NetMsgCenter.Instance.SendReadyMsg(false);
 }