Created
October 1, 2018 19:02
-
-
Save logalleon/f6cf3eff76365a8aa6ec792e69751409 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
const renderMap: RenderMap = { | |
[DwarfStatus[DwarfStatus.NO_JOB]]: { char : 'n' }, | |
[DwarfStatus[DwarfStatus.NO_DESTINATION]]: { char: 'ø' } | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment