Ejemplo n.º 1
0
 public static ErrorCodes BroadcastAllServerMessage(int chatType, ulong characterId, string characterName,
                                                    ChatMessageContent content)
 {
     return(mImpl.BroadcastAllServerMessage(chatType, characterId, characterName, content));
 }