Esempio n. 1
0
        public static void CallBack(CMsgLoginSystemLG2GCAckGetAccountToken msg)
        {
            if (CMsgLoginSystemLG2GCAckGetAccountToken.cb == null)
            {
                return;
            }

            CMsgLoginSystemLG2GCAckGetAccountToken.cb((EGetAccountTokenResult)msg.m_state, msg.m_accountID, msg.m_token);
        }