Server.Spells.MagerySpell.GetResistPercent C# (CSharp) Méthode

GetResistPercent() public méthode

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