C# 클래스 Server.Gumps.ReportMurdererGump

상속: Gump
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
EventSink_PlayerDeath ( PlayerDeathEventArgs e ) : void
Initialize ( ) : void
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
ReportMurdererGump ( Mobile victum, List killers ) : System
ReportedListExpiry_Callback ( object state ) : void

비공개 메소드들

메소드 설명
BuildGump ( ) : void
ReportMurdererGump ( Mobile victum, List killers, int idx ) : System

메소드 상세

EventSink_PlayerDeath() 공개 정적인 메소드

public static EventSink_PlayerDeath ( PlayerDeathEventArgs e ) : void
e PlayerDeathEventArgs
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnResponse() 공개 메소드

public OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
state Server.Network.NetState
info RelayInfo
리턴 void

ReportMurdererGump() 공개 메소드

public ReportMurdererGump ( Mobile victum, List killers ) : System
victum Mobile
killers List
리턴 System

ReportedListExpiry_Callback() 공개 정적인 메소드

public static ReportedListExpiry_Callback ( object state ) : void
state object
리턴 void