Asteroids.OptionsMenu.GetCurrentGameState C# (CSharp) Method

GetCurrentGameState() public method

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