Skip to content

Instantly share code, notes, and snippets.

@jesterswilde
Created December 18, 2018 20:12
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 jesterswilde/17555fa541c72c658e84c933db3c9685 to your computer and use it in GitHub Desktop.
Save jesterswilde/17555fa541c72c658e84c933db3c9685 to your computer and use it in GitHub Desktop.
public interface IInput
{
void GetInput();
void EndInput();
void StartInput();
bool ShouldPlay {get;}
}
public enum InputTypes{
Player,
TapPause
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment