Esempio n. 1
0
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     commandManager = new CommandManager();
     interactiveMusic = new InteractiveMusic();
 }
Esempio n. 2
0
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     commandManager        = new CommandManager();
     interactiveMusic      = new InteractiveMusic();
 }