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"; }