Skip to content

Instantly share code, notes, and snippets.

@amonshiz
Created December 21, 2014 01:29
Show Gist options
  • Save amonshiz/8a37312348c5e2fe5ddc to your computer and use it in GitHub Desktop.
Save amonshiz/8a37312348c5e2fe5ddc to your computer and use it in GitHub Desktop.
enum PowerUp {
case None
case Scoring (Int)
case Velocity (Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment