public static bool Send(Objects.Client client, PipeConstantType constantType, uint value) { SetConstantPacket p = new SetConstantPacket(client); p.ConstantType = constantType; p.Value = value; return p.Send(); }
public static bool Send(Objects.Client client, PipeConstantType constantType, uint value) { SetConstantPacket p = new SetConstantPacket(client); p.ConstantType = constantType; p.Value = value; return(p.Send()); }