This commit is contained in:
2025-06-12 23:35:25 +08:00
parent 8016ec78f1
commit 3312c2addf
2 changed files with 5 additions and 1 deletions

View File

@@ -10,8 +10,10 @@ import { HeroViewComp } from "../hero/HeroViewComp";
import { Hero } from "../hero/Hero";
const { ccclass, property } = _decorator;
/** 视图层对象 */
//@todo this is a test
/** 视图层对象 */
@ccclass('MissionComp')
@ecs.register('MissionComp', false)
export class MissionComp extends CCComp {