private void OnDamageInflicted(World.Spells.Damages obj) { RecallAction.Cancel(); DestroyRecall(); }
private void OnSpellCast(Spell arg1, Vector2 arg2, Vector2 arg3) { RecallAction.Cancel(); DestroyRecall(); }
private void OnMove(Vector2[] obj) { RecallAction.Cancel(); DestroyRecall(); }