public override void PlaySoundSample(ushort number, SoundAction action, byte volume, byte repeats, SoundFinishedCallback callback) { if (PassSound) { side.PlaySoundSample(number, action, volume, repeats, callback); } base.PlaySoundSample(number, action, volume, repeats, callback); }
public virtual void PlaySoundSample(ushort number, SoundAction action, byte volume, byte repeats, SoundFinishedCallback callback) { next.PlaySoundSample(number, action, volume, repeats, callback); }