예제 #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();
 }