mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-01 19:26:16 +00:00
dc30dd33b2
* moving enums * import updates * fix tsconfig paths importing (#2184) * reverse index.ts addition --------- Co-authored-by: Devin Korb <meepdarknessmeep@gmail.com>
9 lines
70 B
TypeScript
9 lines
70 B
TypeScript
|
|
export enum TimeOfDay {
|
|
ALL = -1,
|
|
DAWN,
|
|
DAY,
|
|
DUSK,
|
|
NIGHT
|
|
}
|