Server.SkillHandlers.Stealing.IsInnocentTo C# (CSharp) Méthode

IsInnocentTo() public static méthode

public static IsInnocentTo ( Mobile from, Mobile to ) : bool
from Mobile
to Mobile
Résultat bool
		public static bool IsInnocentTo( Mobile from, Mobile to )
		{
			return ( Notoriety.Compute( from, (Mobile)to ) == Notoriety.Innocent );
		}