mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-24 01:41:08 +00:00
6 lines
61 B
TypeScript
6 lines
61 B
TypeScript
|
export enum VariantTier {
|
||
|
STANDARD,
|
||
|
RARE,
|
||
|
EPIC
|
||
|
}
|