mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
11 lines
126 B
TypeScript
11 lines
126 B
TypeScript
export enum ModifierPoolType {
|
|
PLAYER,
|
|
ENEMY_BUFF,
|
|
DAILY_STARTER
|
|
}
|
|
|
|
export enum HeldItemPoolType {
|
|
WILD,
|
|
TRAINER,
|
|
}
|