mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-03 20:27:09 +00:00
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
|
export enum Challenges {
|
||
|
SINGLE_GENERATION,
|
||
|
SINGLE_TYPE,
|
||
|
LOWER_MAX_STARTER_COST,
|
||
|
LOWER_STARTER_POINTS,
|
||
|
FRESH_START
|
||
|
}
|