Skip to content

Instantly share code, notes, and snippets.

@logalleon
Created October 1, 2018 19:02
Show Gist options
  • Save logalleon/f6cf3eff76365a8aa6ec792e69751409 to your computer and use it in GitHub Desktop.
Save logalleon/f6cf3eff76365a8aa6ec792e69751409 to your computer and use it in GitHub Desktop.
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