Update config.ts

This commit is contained in:
Lugiad 2024-05-18 17:42:32 +02:00 committed by GitHub
parent 2c5fd7373e
commit 81db80bae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ import { tutorial } from "./tutorial";
import { weather } from "./weather";
import { battleMessageUiHandler } from "./battle-message-ui-handler";
import { berry } from "./berry";
import { gameStatsUiHandler } from "./game-stats-ui-handler";
export const zhCnConfig = {
@ -47,4 +48,4 @@ export const zhCnConfig = {
weather: weather,
battleMessageUiHandler: battleMessageUiHandler,
berry: berry,
}
}