Beispiel #1
0
    public void JoinActSuc(SockLoginGPSWarResponse resp)
    {
        string strText = Core.Data.stringManager.getString(5187);

        strText            = string.Format(strText, resp.data.nowTimes, resp.data.maxTimes);
        m_txtChgCount.text = strText;
        //发送同步房间信息请求
        SyncRoomRQ();
    }
Beispiel #2
0
 //加入活动成功
 public void JoinActSuc(SockLoginGPSWarResponse resp)
 {
     m_bLoginSuc = true;
     m_nCurCnt   = resp.data.nowTimes;
     m_nMaxCnt   = resp.data.maxTimes;
 }