Server.Notoriety.Compute C# (CSharp) Method

Compute() public static method

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