示例#1
0
 private void OnDamageInflicted(World.Spells.Damages obj)
 {
     RecallAction.Cancel();
     DestroyRecall();
 }
示例#2
0
 private void OnSpellCast(Spell arg1, Vector2 arg2, Vector2 arg3)
 {
     RecallAction.Cancel();
     DestroyRecall();
 }
示例#3
0
 private void OnMove(Vector2[] obj)
 {
     RecallAction.Cancel();
     DestroyRecall();
 }