Asteroids.OptionsMenu.GetCurrentGameState C# (CSharp) 메소드

GetCurrentGameState() 공개 메소드

public GetCurrentGameState ( ) : int
리턴 int
        public int GetCurrentGameState()
        {
            return currentGameState;
        }