summaryrefslogtreecommitdiff
path: root/src/engine/entities/EntityNames.ts
blob: 7fc69c69a00e03ba7e265a97bdec64ffe534d3b4 (plain)
1
2
3
4
5
6
7
8
9
export namespace EntityNames {
  export const Player = "Player";
  export const FunctionBox = "FunctionBox";
  export const Wall = "Wall";
  export const LambdaFactory = "LambdaFactory";
  export const Key = "Key";
  export const LockedDoor = "LockedDoor";
  export const Curry = "Curry";
}