Terraria.ModLoader.ModPlayer.ModifyHitPvp C# (CSharp) 메소드

ModifyHitPvp() 공개 메소드

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