summaryrefslogtreecommitdiff
path: root/src/engine/entities/EntityNames.ts
blob: dd508c9a6bf892496c943429c9b203092269368d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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";
  export const Particles = "Particles";
  export const Portal = "Portal";
  export const Grass = "Grass";
  export const Sign = "Sign";
  export const Piston = "Piston";
}