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 {

2
assets/script/todo.md Normal file
View File

@@ -0,0 +1,2 @@
#整个对战流程制作
##技能 ,伙伴,装备的出现波次