spaceconquest.Game1.Game1 C# (CSharp) Méthode

Game1() public méthode

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

            thisgame = this;
        }