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