Пример #1
0
 public static void registerSFX(SoundObserverInterface observer)
 {
     sfx = observer;
 }
Пример #2
0
 public static void registerBGM(SoundObserverInterface observer)
 {
     bgm = observer;
 }
Пример #3
0
 public static void registerSFX(SoundObserverInterface observer)
 {
     sfx = observer;
 }
Пример #4
0
 public static void registerBGM(SoundObserverInterface observer)
 {
     bgm = observer;
 }
Пример #5
0
 static public void play(SoundObserverInterface sound)
 {
     play(sound.Song, sound.Name, true);
 }
Пример #6
0
 public static void play(SoundObserverInterface sound)
 {
     play(sound.Song, sound.Name, true);
 }