C# 클래스 Server.Gumps.SetGump.InternalPicker

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

공개 메소드들

메소드 설명
InternalPicker ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection
OnResponse ( int hue ) : void

메소드 상세

InternalPicker() 공개 메소드

public InternalPicker ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
page int
list System.Collections.ArrayList
리턴 System.Reflection

OnResponse() 공개 메소드

public OnResponse ( int hue ) : void
hue int
리턴 void