예제 #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();
 }
예제 #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();
 }