示例#1
0
 public ChatRestricted(ChatRestrictionType reason) : base(ServerOpcodes.ChatRestricted)
 {
     Reason = reason;
 }
示例#2
0
 void SendChatRestricted(ChatRestrictionType restriction)
 {
     SendPacket(new ChatRestricted(restriction));
 }