Asteroids.Classes.KeyBindingsMenu.KeyBindingsMenu C# (CSharp) Method

KeyBindingsMenu() public method

public KeyBindingsMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content, Microsoft.Xna.Framework.Game game ) : System
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
game Microsoft.Xna.Framework.Game
return System
        public KeyBindingsMenu(GraphicsDeviceManager graphics, ContentManager Content, Game game)
            : base(game)
        {
            this.graphics = graphics;
            this.Content = Content;

            Initialize();
        }