blob: 056db9a6b8fca2e6a527c468f4f83d9d9bcc01f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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";
}
|