public static void Play(StaticSound staticSound, int volume) { staticSound.play(volume); }
public static void Stop(StaticSound sound) { sound.stop(); }
public static void init(TgcDirectSound directSound) { DirectSound = directSound; MotorSound = new StaticSound(Motor, DirectSound.DsDevice, false); }