Update src/enums/pokeball.ts

- Remove Premier_Ball

Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
This commit is contained in:
Brian 2025-09-11 08:26:47 +08:00 committed by GitHub
parent b6748519c6
commit ff6ce9c1a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,5 +5,4 @@ export enum PokeballType {
ROGUE_BALL,
MASTER_BALL,
LUXURY_BALL,
PREMIER_BALL
}