Asteroids.OptionsMenu.OptionsMenu C# (CSharp) Method

OptionsMenu() public method

public OptionsMenu ( Game1 structOptionsMain ) : System
structOptionsMain Game1
return System
        public OptionsMenu(Game1.StructOptionsMain structOptionsMain)
        {
            this.structOptionsMain = structOptionsMain;
            this.graphics = structOptionsMain.Graphics;
            this.Content = structOptionsMain.Content;
            this.ch = structOptionsMain.Ch;
        }

Same methods

OptionsMenu::OptionsMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : System