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

ModifyHitPvp() public method

public ModifyHitPvp ( System.Item item, Player target, int &damage, bool &crit ) : void
item System.Item
target Player
damage int
crit bool
return void
        public virtual void ModifyHitPvp(Item item, Player target, ref int damage, ref bool crit)
        {
        }