feat(英雄系统): 添加伙伴召唤功能和可选择的英雄与技能列表

- 在SkillSet和heroSet中分别添加CanSelectSkills和CanSelectHeros常量
- 修改MissionHeroComp使用oops.message管理CallFriend事件
- 在MissionCardComp中新增Partner卡牌类型,支持召唤伙伴功能
- 完善事件处理逻辑,添加对应的事件监听和销毁
This commit is contained in:
walkpan
2026-01-05 19:31:03 +08:00
parent 1cfd74062d
commit 93e0ab083b
4 changed files with 33 additions and 4 deletions

View File

@@ -261,4 +261,6 @@ export const EAnmConf: Record<number, IEndAnm> = {
9001:{uuid:9001,path:"atked",loop:false,time:0},
};
export const CanSelectSkills = [6001, 6002, 6005, 6100, 6101, 6102, 6103];