mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-26 21:18:18 +01:00
* creates table for tracking species egg tiers * creates table for tracking species egg tiers * rename EggTier enum values * replace clamp util function with Phaser function --------- Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
7 lines
62 B
TypeScript
7 lines
62 B
TypeScript
export enum EggTier {
|
|
COMMON,
|
|
RARE,
|
|
EPIC,
|
|
LEGENDARY
|
|
}
|