spaceconquest.Game1.Game1 C# (CSharp) Method

Game1() public method

public Game1 ( ) : System
return System
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            thisgame = this;
        }