mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-16 22:11:06 +00:00
9 lines
97 B
TypeScript
9 lines
97 B
TypeScript
export enum PartyMemberStrength {
|
|
WEAKEST,
|
|
WEAKER,
|
|
WEAK,
|
|
AVERAGE,
|
|
STRONG,
|
|
STRONGER
|
|
}
|