mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-01 19:26:16 +00:00
dc30dd33b2
* moving enums * import updates * fix tsconfig paths importing (#2184) * reverse index.ts addition --------- Co-authored-by: Devin Korb <meepdarknessmeep@gmail.com>
9 lines
97 B
TypeScript
9 lines
97 B
TypeScript
export enum PartyMemberStrength {
|
|
WEAKEST,
|
|
WEAKER,
|
|
WEAK,
|
|
AVERAGE,
|
|
STRONG,
|
|
STRONGER
|
|
}
|