示例#1
0
        public MyChatHistory(long identityId)
        {
            m_playerChatHistory = new Dictionary<long, MyPlayerChatHistory>();
            m_globalChatHistory = new MyGlobalChatHistory();

            m_identityId = identityId;
        }
示例#2
0
        public MyChatHistory(long identityId)
        {
            m_playerChatHistory = new Dictionary <long, MyPlayerChatHistory>();
            m_globalChatHistory = new MyGlobalChatHistory();

            m_identityId = identityId;
        }