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