pokerogue/src/data/enums/party-member-strength.ts

9 lines
97 B
TypeScript
Raw Normal View History

2024-03-28 14:05:15 -04:00
export enum PartyMemberStrength {
WEAKEST,
WEAKER,
WEAK,
AVERAGE,
STRONG,
STRONGER
}