export namespace EntityNames { export const Player = "Player"; export const Wall = "Wall"; export const Ball = "Ball"; }