Server.Mobiles.BaseCreature.AlterMeleeDamageTo C# (CSharp) Method

AlterMeleeDamageTo() public method

public AlterMeleeDamageTo ( Server.Mobile to, int &damage ) : void
to Server.Mobile
damage int
return void
        public virtual void AlterMeleeDamageTo( Mobile to, ref int damage )
        {
        }
BaseCreature