示例#1
0
 //世界聊天广播
 public static void BroadcastServerIdMessage(uint ServerId,
                                             int chatType,
                                             ulong CharacterId,
                                             string characterName,
                                             ChatMessageContent content)
 {
     mImpl.BroadcastServerIdMessage(ServerId, chatType, CharacterId, characterName, content);
 }