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