Beispiel #1
0
 //缓存世界频道内容
 public static void CacheWorldMessage(uint serverId,
                                      int chatType,
                                      ulong characterId,
                                      string characterName,
                                      ChatMessageContent content)
 {
     mImpl.CacheWorldMessage(serverId, chatType, characterId, characterName, content);
 }