mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 05:12:19 +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 { weather } from "./weather";
|
||||
import { berry } from "./berry";
|
||||
import { gameStatsUiHandler } from "./game-stats-ui-handler";
|
||||
|
||||
|
||||
export const ptBrConfig = {
|
||||
@ -45,4 +46,5 @@ export const ptBrConfig = {
|
||||
weather: weather,
|
||||
modifierType: modifierType,
|
||||
berry: berry,
|
||||
gameStatsUiHandler: gameStatsUiHandler,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user