mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-23 01:59:15 +01:00
9 lines
86 B
TypeScript
9 lines
86 B
TypeScript
export enum ModifierTier {
|
|
COMMON,
|
|
GREAT,
|
|
ULTRA,
|
|
ROGUE,
|
|
MASTER,
|
|
LUXURY,
|
|
}
|