2024-03-07 22:49:43 -07:00

5 lines
113 B
TypeScript

export namespace LevelNames {
export const Tutorial = "0";
export const LevelSelection = "LevelSelection";
}