示例#1
0
 //我要退出点击
 private void QuiteBtnClick()
 {
     this.gameObject.SetActive(false);
     ClientToServerMsg.QuiteClub((uint)GameData.CurrentClubInfo.Id, Player.Instance.guid);
 }