Server.Game.GameLoop.GameLoop C# (CSharp) Method

GameLoop() public method

public GameLoop ( ) : System
return System
        public GameLoop()
        {
            this.ups = 100;
            this.timer = new Timer();
            this.timer.Average = 1000;

            this.timerSend = new Timer();
            this.timerSend.Average = 1000;
        }