Skip to content

Instantly share code, notes, and snippets.

@Gazer
Created December 13, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gazer/5c221c5ed446c026b69647836b2dbec0 to your computer and use it in GitHub Desktop.
Save Gazer/5c221c5ed446c026b69647836b2dbec0 to your computer and use it in GitHub Desktop.
SilentSoundManager implementation
public class SilentSoundManager implements SoundMananger {
public void playJump() {
// No-op
}
public void playLanded() {
// No-op
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment