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
4e80043ee6
commit
2c5fd7373e
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user