战斗系统 重构继续

This commit is contained in:
2025-10-30 10:39:46 +08:00
parent a79cb9f35d
commit 2d358e450d
23 changed files with 515 additions and 911 deletions

View File

@@ -7,9 +7,7 @@ import { smc } from "../common/SingletonModuleComp";
import { GameEvent } from "../common/config/GameEvent";
// 导入肉鸽配置
import { MonType, EventType, getStageMonConfigs} from "./RogueConfig";
import { MonModelComp } from "../hero/MonModelComp";
import { BuffConf } from "../common/config/SkillSet";
const { ccclass, property } = _decorator;
/** 视图层对象 */