Example #1
0
        public override void OnDestroy(ProjectileObj proj, bool hitPlayer)
        {
            Effects.BlackSmokeEffect.DisplayCrowDestruction(proj.Position);
            Effects.CrowFeatherEffect.Display(proj.Position);

            proj.KillProjectile();
        }
Example #2
0
        public override void OnDestroy(ProjectileObj proj, bool hitPlayer)
        {
            Effects.BlackSmokeEffect.DisplayCrowDestruction(proj.Position);
            Effects.CrowFeatherEffect.Display(proj.Position);

            proj.KillProjectile();
        }
Example #3
0
 public static void Kill(ProjectileObj proj, bool hitPlayer)
 {
     proj.KillProjectile();
 }
Example #4
0
 public static void Kill(ProjectileObj proj, bool hitPlayer)
 {
     proj.KillProjectile();
 }