dd
This commit is contained in:
@@ -125,7 +125,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem implements ecs.ISystemUp
|
||||
this.applySkillEffect(caster, target, config,skillEntity);
|
||||
console.log("施放技能:"+config.uuid+"=>"+target.get(HeroViewComp).hero_name);
|
||||
});
|
||||
|
||||
}
|
||||
if (config.TargetGroup === TargetGroup.Ally) {
|
||||
const targets = this.selectAllyTargets(caster, config);
|
||||
|
||||
Reference in New Issue
Block a user