C# 클래스 Server.Gumps.SetCustomEnumGump

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

공개 메소드들

메소드 설명
OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System

메소드 상세

OnResponse() 공개 메소드

public OnResponse ( Server.Network.NetState sender, RelayInfo relayInfo ) : void
sender Server.Network.NetState
relayInfo RelayInfo
리턴 void

SetCustomEnumGump() 공개 메소드

public SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
propspage int
list System.Collections.ArrayList
names string
리턴 System