Exemplo n.º 1
0
        public Client()
        {
            OutReliableCommands = new List <OutReliableCommand>();
            ProtocolVersion     = 1;

            Frames = new ClientFrame[32];
        }
Exemplo n.º 2
0
        public Client()
        {
            OutReliableCommands = new List<OutReliableCommand>();
            ProtocolVersion = 1;

            Frames = new ClientFrame[32];
        }