コード例 #1
0
ファイル: Game1.cs プロジェクト: joe586/Bullet-Rebound
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     commandManager = new CommandManager();
     interactiveMusic = new InteractiveMusic();
 }
コード例 #2
0
ファイル: Game1.cs プロジェクト: jtsang586/Bullet-Rebound
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     commandManager        = new CommandManager();
     interactiveMusic      = new InteractiveMusic();
 }