mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 14:47:12 +00:00
8 lines
84 B
TypeScript
8 lines
84 B
TypeScript
export enum ModifierTier {
|
|
COMMON,
|
|
GREAT,
|
|
ULTRA,
|
|
ROGUE,
|
|
MASTER,
|
|
LUXURY
|
|
} |