From ebdf316441cffd3bac3ddbd173910ba537bb3977 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:51:51 +0100 Subject: [PATCH] Update party-exp-bar.ts --- src/ui/party-exp-bar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/party-exp-bar.ts b/src/ui/party-exp-bar.ts index 4f9fb2141a8..b9da9320fcb 100644 --- a/src/ui/party-exp-bar.ts +++ b/src/ui/party-exp-bar.ts @@ -1,6 +1,7 @@ import { globalScene } from "#app/global-scene"; import type Pokemon from "../field/pokemon"; import { TextStyle, addTextObject } from "./text"; +import i18next from "i18next"; export default class PartyExpBar extends Phaser.GameObjects.Container { private bg: Phaser.GameObjects.NineSlice;