예제 #1
0
 public override void OnSpellEvent(int spellEvent)
 {
     if (spellEvent == ProjectileCollideEvent)
     {
         _bomb.BlastAndDestory();
         this.Destroy();
     }
 }