This commit is contained in:
2025-07-28 14:17:56 +08:00
parent 48eaa6d1ad
commit 953ae2e0f9
10 changed files with 734 additions and 178 deletions

View File

@@ -113,7 +113,6 @@ export class EquipSkillComp extends CCComp {
do_skill(uuid:number){
console.log("出发技能:",uuid)
oops.message.dispatchEvent(GameEvent.CastHeroSkill,uuid)
}