Terraria.ModLoader.ModPlayer.OnHitPvpWithProj C# (CSharp) Method

OnHitPvpWithProj() public method

public OnHitPvpWithProj ( Projectile proj, Player target, int damage, bool crit ) : void
proj Projectile
target Player
damage int
crit bool
return void
        public virtual void OnHitPvpWithProj(Projectile proj, Player target, int damage, bool crit)
        {
        }