Update config.ts

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

View File

@ -19,6 +19,7 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
import { tutorial } from "./tutorial"; import { tutorial } from "./tutorial";
import { weather } from "./weather"; import { weather } from "./weather";
import { berry } from "./berry"; import { berry } from "./berry";
import { gameStatsUiHandler } from "./game-stats-ui-handler";
export const ptBrConfig = { export const ptBrConfig = {
@ -45,4 +46,5 @@ export const ptBrConfig = {
weather: weather, weather: weather,
modifierType: modifierType, modifierType: modifierType,
berry: berry, berry: berry,
gameStatsUiHandler: gameStatsUiHandler,
} }