1 2 3 4
export namespace EntityNames { export const Player = 'Player'; export const Floor = 'Floor'; }