CEngineSharp_Server.GameLogic.ServerLoop.GameTimer.GameTimer C# (CSharp) Method

GameTimer() public method

public GameTimer ( ) : System
return System
            public GameTimer()
            {
                _stopWatch = new Stopwatch();
                _stopWatch.Start();
            }