Exemplo n.º 1
0
        public MyChatHistory(long identityId)
        {
            m_playerChatHistory = new Dictionary<long, MyPlayerChatHistory>();
            m_globalChatHistory = new MyGlobalChatHistory();

            m_identityId = identityId;
        }
Exemplo n.º 2
0
        public MyChatHistory(long identityId)
        {
            m_playerChatHistory = new Dictionary <long, MyPlayerChatHistory>();
            m_globalChatHistory = new MyGlobalChatHistory();

            m_identityId = identityId;
        }