Server.Misc.RegenRates.CheckTransform C# (CSharp) Méthode

CheckTransform() private static méthode

private static CheckTransform ( Server.Mobile m, Type type ) : bool
m Server.Mobile
type System.Type
Résultat bool
		private static bool CheckTransform( Mobile m, Type type )
		{
			return TransformationSpellHelper.UnderTransformation( m, type );
		}