C# 클래스 Server.AggressiveActionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : AggressiveActionEventArgs
Free ( ) : void

비공개 메소드들

메소드 설명
AggressiveActionEventArgs ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Server.Mobile aggressed, Server.Mobile aggressor, bool criminal ) : AggressiveActionEventArgs
aggressed Server.Mobile
aggressor Server.Mobile
criminal bool
리턴 AggressiveActionEventArgs

Free() 공개 메소드

public Free ( ) : void
리턴 void