Beispiel #1
0
 protected ChatService(int userId)
 {
     _userId          = userId;
     _chatCacheSet    = new ChatCacheSet();
     _whisperCacheSet = new WhisperCacheSet();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ZyGames.Framework.Game.Message.ChatService"/> class.
 /// </summary>
 /// <param name="userId">User identifier.</param>
 protected ChatService(int userId)
 {
     _userId = userId;
     _chatCacheSet = new ChatCacheSet();
     _whisperCacheSet = new WhisperCacheSet();
 }