public static bool Send(Objects.Client client, byte[] packet) { HookSendToServerPacket p = new HookSendToServerPacket(client); p.PacketToSend = packet; return p.Send(); }
public static bool Send(Objects.Client client, byte[] packet) { HookSendToServerPacket p = new HookSendToServerPacket(client); p.PacketToSend = packet; return(p.Send()); }