Esempio n. 1
0
 public override void EndExecute()
 {
     GetParent <CombatEntity>().CurrentSkillExecution = null;
     SkillAbility.Spelling = false;
     SkillTargets.Clear();
     base.EndExecute();
 }
Esempio n. 2
0
 public override void EndExecute()
 {
     GetParent <CombatEntity>().CurrentSkillExecution = null;
     SkillAbility.Spelling = false;
     SkillTargets.Clear();
     Hero.Instance.AnimationComponent.PlayFade(Hero.Instance.AnimationComponent.IdleAnimation);
     base.EndExecute();
 }