Server.AggressiveActionEventArgs.AggressiveActionEventArgs C# (CSharp) 메소드

AggressiveActionEventArgs() 개인적인 메소드

private AggressiveActionEventArgs ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : System
aggressed Server.Mobile
aggressor Server.Mobile
criminal bool
리턴 System
		private AggressiveActionEventArgs( Mobile aggressed, Mobile aggressor, bool criminal )
		{
			m_Aggressed = aggressed;
			m_Aggressor = aggressor;
			m_Criminal = criminal;
		}