Azmyth.Mono.Game1.Game1 C# (CSharp) Méthode

Game1() public méthode

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