Skip to content

Instantly share code, notes, and snippets.

@Gazer
Created December 13, 2016 17:39
Embed
What would you like to do?
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