mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Bug] remove node:console
import (#6530)
This commit is contained in:
parent
acb1522138
commit
b4cbbf1b8f
@ -6,7 +6,6 @@ import type { MysteryEncounter } from "#mystery-encounters/mystery-encounter";
|
||||
import { loadPokemonVariantAssets } from "#sprites/pokemon-sprite";
|
||||
import type { Variant } from "#sprites/variant";
|
||||
import { isNullOrUndefined } from "#utils/common";
|
||||
import console from "node:console";
|
||||
import type { GameObjects } from "phaser";
|
||||
|
||||
type PlayAnimationConfig = Phaser.Types.Animations.PlayAnimationConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user