mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-05 12:47:13 +02:00
* moving enums * import updates * fix tsconfig paths importing (#2184) * reverse index.ts addition --------- Co-authored-by: Devin Korb <meepdarknessmeep@gmail.com>
15 lines
130 B
TypeScript
15 lines
130 B
TypeScript
|
|
export enum BerryType {
|
|
SITRUS,
|
|
LUM,
|
|
ENIGMA,
|
|
LIECHI,
|
|
GANLON,
|
|
PETAYA,
|
|
APICOT,
|
|
SALAC,
|
|
LANSAT,
|
|
STARF,
|
|
LEPPA
|
|
}
|