summaryrefslogtreecommitdiff
path: root/src/engine/levels/LevelNames.ts
blob: e90b29a8f3c583c574ccc12bf1fd4023f2490b1f (plain)
1
2
3
4
export namespace LevelNames {
  export const Tutorial = "0";
  export const LevelSelection = "LevelSelection";
}