Created
October 1, 2018 19:09
-
-
Save logalleon/f71e941633274d19d402a51e10e0eb0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum DwarfStatus { | |
NO_JOB = 'NO_JOB', | |
NO_DESTINATION = 'NO_DESTINATION', | |
SLEEPING = 'SLEEPING', | |
ACTIVE = 'ACTIVE', | |
LEGENDARY = 'LEGENDARY', | |
HUNGRY = 'HUNGRY', | |
THIRSTY = 'THIRSTY', | |
DROWSY = 'DROWSY', | |
MADNESS = 'MADNESS', | |
DISTRACTED = 'DISTRACTED', | |
ON_FIRE = 'ON_FIRE', | |
MARTIAL_TRANCE = 'MARTIAL_TRANCE', | |
PERFORMING = 'PERFORMING', | |
STUNNED = 'STUNNED', | |
NAUSEA = 'NAUSEA' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment