Beta Update

Fix merge conflicts
This commit is contained in:
RedstonewolfX 2024-09-02 00:29:24 -04:00
parent 88d629dcb9
commit 7b75573086
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,4 @@
import { BattlePhase } from "./battle-phase"; import { BattlePhase } from "./battle-phase";
import * as Utils from "#app/utils.js";
import * as LoggerTools from "../logger";
import Pokemon from "#app/field/pokemon"; import Pokemon from "#app/field/pokemon";
type PokemonFunc = (pokemon: Pokemon) => void; type PokemonFunc = (pokemon: Pokemon) => void;

View File

@ -23,7 +23,6 @@ import { SummonPhase } from "./summon-phase";
import { EndCardPhase } from "./end-card-phase"; import { EndCardPhase } from "./end-card-phase";
import { PostGameOverPhase } from "./post-game-over-phase"; import { PostGameOverPhase } from "./post-game-over-phase";
import { UnlockPhase } from "./unlock-phase"; import { UnlockPhase } from "./unlock-phase";
import * as LoggerTools from "../logger";
import { SessionSaveData } from "../system/game-data"; import { SessionSaveData } from "../system/game-data";
import TrainerData from "../system/trainer-data"; import TrainerData from "../system/trainer-data";
import PokemonData from "../system/pokemon-data"; import PokemonData from "../system/pokemon-data";