mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-04 15:17:23 +00:00
7 lines
75 B
TypeScript
7 lines
75 B
TypeScript
|
export enum ModifierTier {
|
||
|
COMMON,
|
||
|
GREAT,
|
||
|
ULTRA,
|
||
|
MASTER,
|
||
|
LUXURY
|
||
|
}
|