Skip to content

Instantly share code, notes, and snippets.

@JoanZapata
Created August 30, 2022 15:36
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 JoanZapata/b2211c330b7fcfcbfc9e332b8c230cdd to your computer and use it in GitHub Desktop.
Save JoanZapata/b2211c330b7fcfcbfc9e332b8c230cdd to your computer and use it in GitHub Desktop.
interface State {
fun onInput(input: Input, entity: Entity): Transition?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment