Skip to content

Instantly share code, notes, and snippets.

@chermehdi
Created November 9, 2016 21:07
Show Gist options
  • Save chermehdi/5959308a30a83d49de91165b9fcf23a0 to your computer and use it in GitHub Desktop.
Save chermehdi/5959308a30a83d49de91165b9fcf23a0 to your computer and use it in GitHub Desktop.
public enum EnemyType {
BIGENEMY,
SMALLENEMY,
SMARTENEMY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment