Ejemplo n.º 1
0
 public GameMgr()
 {
     graphics = new GraphicsDeviceManager(this);
     //soundEffects = new List<SoundEffect>();
     sdmgr = new SoundMgr();
     sounds = new List<SoundPlayer>();
     Content.RootDirectory = "Content";
     rd = new BMSReader();
 }
Ejemplo n.º 2
0
 public GameMgr()
 {
     graphics = new GraphicsDeviceManager(this);
     //soundEffects = new List<SoundEffect>();
     sdmgr  = new SoundMgr();
     sounds = new List <SoundPlayer>();
     Content.RootDirectory = "Content";
     rd = new BMSReader();
 }