Server.Game.GameLoop.GameLoop C# (CSharp) Méthode

GameLoop() public méthode

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

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