1 2 3 4 5
export namespace EntityNames { export const Player = "Player"; export const FunctionBox = "FunctionBox"; export const Wall = "Wall"; }