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

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

            Frames = new ClientFrame[32];
        }