CEngineSharp_Server.GameLogic.ServerLoop.GameTimer.GameTimer C# (CSharp) Метод

GameTimer() публичный Метод

public GameTimer ( ) : System
Результат System
            public GameTimer()
            {
                _stopWatch = new Stopwatch();
                _stopWatch.Start();
            }