伤害技能添加,技能还需完善

This commit is contained in:
2024-08-26 23:42:38 +08:00
parent 8a44a15153
commit ede4ffd4ca
20 changed files with 1439 additions and 330 deletions

View File

@@ -24,7 +24,6 @@ export class MapViewComp extends CCComp {
async onLoad(){
// 监听全局事件
oops.message.on("do_add_hero", this.on_do_add_hero, this);
}
/**监听do_add_hero 添加hero,通过uuid */