Пример #1
0
 public void stop() {
   mymod.stop();
   super.stop();
 }
Пример #2
0
 // Close the sound engine
 public void stop() {
   Sonia.stop();
   super.stop();
 }