CEngineSharp_Server.GameLogic.ServerLoop.GameTimer.GameTimer C# (CSharp) 메소드

GameTimer() 공개 메소드

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