Skip to content

Instantly share code, notes, and snippets.

@logalleon
Created October 1, 2018 19:06
Show Gist options
  • Save logalleon/d970e9389dc154da1b0a04afacea1e93 to your computer and use it in GitHub Desktop.
Save logalleon/d970e9389dc154da1b0a04afacea1e93 to your computer and use it in GitHub Desktop.
const renderMap: RenderMap = {
[DwarfStatus.NO_JOB]: { char : 'n' },
[DwarfStatus.NO_DESTINATION]: { char: 'ø' },
['something']: { char: 'y' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment