Asteroids_GameOverTarik.GameOverMenu.GameOverMenu C# (CSharp) Метод

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

public GameOverMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, string textScore ) : System
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
textScore string
Результат System
        public GameOverMenu(GraphicsDeviceManager graphics, ContentManager Content, string textScore)
        {
            this.graphics = graphics;
            this.Content = Content;
            this.textScore = textScore;
            gameStateNumber = 3;
        }