mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
|
export enum GameMode {
|
||
|
CLASSIC,
|
||
|
ENDLESS
|
||
|
}
|