jumpstorm/engine/entities/names.ts

5 lines
99 B
TypeScript

export namespace EntityNames {
export const Player = 'Player';
export const Floor = 'Floor';
}