Exemplo n.º 1
0
    public void Init()
    {
        UserMgr.eventJoined = null;
        UtilMgr.AddBackState(UtilMgr.STATE.Lobby);

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

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