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