summaryrefslogtreecommitdiff
path: root/src/engine/entities/EntityNames.ts
blob: 59010fc32c46eecf4fa5f06bfbb556c85dd2e662 (plain)
1
2
3
4
5
export namespace EntityNames {
  export const Player = "Player";
  export const Wall = "Wall";
  export const Ball = "Ball";
}