Server.Notoriety.Compute C# (CSharp) 메소드

Compute() 공개 정적인 메소드

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