Asteroids.OptionsMenu.GetCurrentGameState C# (CSharp) Метод

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

public GetCurrentGameState ( ) : int
Результат int
        public int GetCurrentGameState()
        {
            return currentGameState;
        }