C# Class Server.Gumps.SetGump.InternalPicker

Inheritance: Server.HuePickers.HuePicker
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalPicker ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection
OnResponse ( int hue ) : void

Method Details

InternalPicker() public method

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
return System.Reflection

OnResponse() public method

public OnResponse ( int hue ) : void
hue int
return void