public Client() { OutReliableCommands = new List <OutReliableCommand>(); ProtocolVersion = 1; Frames = new ClientFrame[32]; }
public Client() { OutReliableCommands = new List<OutReliableCommand>(); ProtocolVersion = 1; Frames = new ClientFrame[32]; }