Update pokemon.ts

This commit is contained in:
Bertie690 2025-06-07 17:17:56 -04:00 committed by GitHub
parent cc44067c89
commit a7d699bf97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
qqimport Phaser from "phaser";
import Phaser from "phaser";
import type { AnySound } from "#app/battle-scene";
import type BattleScene from "#app/battle-scene";
import { globalScene } from "#app/global-scene";