mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Update config.ts
This commit is contained in:
parent
9a7defb899
commit
dcd5a4df46
@ -20,6 +20,7 @@ import { tutorial } from "./tutorial";
|
||||
import { weather } from "./weather";
|
||||
import { battleMessageUiHandler } from "./battle-message-ui-handler";
|
||||
import { berry } from "./berry";
|
||||
import { voucher } from "./voucher";
|
||||
|
||||
export const esConfig = {
|
||||
ability: ability,
|
||||
@ -46,4 +47,5 @@ export const esConfig = {
|
||||
weather: weather,
|
||||
battleMessageUiHandler: battleMessageUiHandler,
|
||||
berry: berry,
|
||||
}
|
||||
voucher: voucher,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user