Example #1
0
 public static bool Send(Objects.Client client)
 {
     LogoutPacket p = new LogoutPacket(client);
     return p.Send();
 }