コード例 #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;
        }