Skip to content

Instantly share code, notes, and snippets.

@Gazer
Created December 13, 2016 17:39
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/f128117877b82598b52b04d4f411bfdd to your computer and use it in GitHub Desktop.
Save Gazer/f128117877b82598b52b04d4f411bfdd to your computer and use it in GitHub Desktop.
sound manager iface
public interface SoundManager {
void playJump();
void playLanded();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment