Skip to content

Instantly share code, notes, and snippets.

@AlabasterAxe
Created November 10, 2020 00:02
Show Gist options
  • Select an option

  • Save AlabasterAxe/9d8081695149d96a5750babf20acab36 to your computer and use it in GitHub Desktop.

Select an option

Save AlabasterAxe/9d8081695149d96a5750babf20acab36 to your computer and use it in GitHub Desktop.
The DinoState Enum
enum DinoState {
running,
jumping,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment