Server.Spells.MagerySpell.GetResistPercent C# (CSharp) Method

GetResistPercent() public method

public GetResistPercent ( Mobile target ) : double
target Mobile
return double
		public virtual double GetResistPercent( Mobile target )
		{
			return GetResistPercentForCircle( target, Circle );
		}