Ejemplo n.º 1
0
 public float GetSoundVolume()
 {
     strategy = new WAVSoundsStrategy(soundEffectsList);
     return(strategy.GetMasterVolume());
 }
Ejemplo n.º 2
0
 public float GetMusicVolume()
 {
     strategy = new MP3SongsStrategy(songsList);
     return(strategy.GetMasterVolume());
 }