mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-08 10:55:17 +01:00
8 lines
69 B
TypeScript
8 lines
69 B
TypeScript
export enum MultiHitType {
|
|
_2,
|
|
_2_TO_5,
|
|
_3,
|
|
_10,
|
|
BEAT_UP
|
|
}
|