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