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