Terraria.ModLoader.ModPlayer.ModifyHitPvp C# (CSharp) Méthode

ModifyHitPvp() public méthode

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