Server.Notoriety.Compute C# (CSharp) Méthode

Compute() public static méthode

public static Compute ( Server.Mobile source, Server.Mobile target ) : int
source Server.Mobile
target Server.Mobile
Résultat int
		public static int Compute( Mobile source, Mobile target )
		{
			return m_Handler == null ? CanBeAttacked : m_Handler( source, target );
		}
	}