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