This commit is contained in:
panfudan
2025-06-05 23:06:53 +08:00
parent 25202ccb35
commit 6883916de1
12 changed files with 271 additions and 205 deletions

View File

@@ -10,14 +10,14 @@ import { CardControllerComp } from "./CardController";
import { GameEvent } from "../common/config/GameEvent";
import { HeroViewComp } from "../hero/HeroViewComp";
import { Hero } from "../hero/Hero";
import { HartModelComp } from "../hero/HartModelComp";
import { TimerManager } from "db://oops-framework/core/common/timer/TimerManager";
import { HeroList } from "../common/config/heroSet";
const { ccclass, property } = _decorator;
/** 视图层对象 */
@ccclass('MissionComp')
@ecs.register('Mission', false)
@ecs.register('MissionComp', false)
export class MissionComp extends CCComp {
VictoryComp:any = null;
reward:number = 0;