Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created July 30, 2016 14:46
Show Gist options
  • Select an option

  • Save JeremyLikness/02c90cedd928ba3eb41adb9f34ee688f to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/02c90cedd928ba3eb41adb9f34ee688f to your computer and use it in GitHub Desktop.
export interface IInventoryAction extends IAction {
type: string;
item: Thing;
room: Room;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment