Skip to content

Instantly share code, notes, and snippets.

@logalleon
Created October 1, 2018 19:04
Show Gist options
  • Save logalleon/f9d2c14681333626e2457c548a3dd0c8 to your computer and use it in GitHub Desktop.
Save logalleon/f9d2c14681333626e2457c548a3dd0c8 to your computer and use it in GitHub Desktop.
enum DwarfStatus {
NO_JOB = 'NO_JOB',
NO_DESTINATION = 'NO_DESTINATION',
SLEEPING = 'SLEEPING',
ACTIVE = 'ACTIVE'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment