예제 #1
0
    public void Init()
    {
        UserMgr.eventJoined = null;
        UtilMgr.AddBackState(UtilMgr.STATE.Lobby);

        mLobbyEvent = new GetLobbyInfoEvent(ReceivedLobbyInfo);
        NetMgr.GetLobbyInfo(UserMgr.UserInfo.memSeq, mLobbyEvent);
    }
예제 #2
0
    public void Init()
    {
        UserMgr.eventJoined = null;
        UtilMgr.AddBackState(UtilMgr.STATE.Lobby);

        mLobbyEvent = new GetLobbyInfoEvent(ReceivedLobbyInfo);
        NetMgr.GetLobbyInfo(UserMgr.UserInfo.memSeq, mLobbyEvent);
    }