コード例 #1
0
ファイル: ChatManager.cs プロジェクト: tuita520/mmorpgserver
 public static ErrorCodes BroadcastAllServerMessage(int chatType, ulong characterId, string characterName,
                                                    ChatMessageContent content)
 {
     return(mImpl.BroadcastAllServerMessage(chatType, characterId, characterName, content));
 }