summaryrefslogtreecommitdiff
path: root/src/engine/entities/EntityNames.ts
blob: 3f6d26f2ba03a699db462ce98b31ad8352f0250e (plain)
1
2
3
4
5
6
7
8
9
10
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";
  export const FunctionApplication = "FunctionApplication";
}