C# Class Server.HuePickers.HuePicker

显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
HuePicker ( int itemID ) : Server.Network
OnResponse ( int hue ) : void
SendTo ( Server.Network.NetState state ) : void

Method Details

HuePicker() public method

public HuePicker ( int itemID ) : Server.Network
itemID int
return Server.Network

OnResponse() public method

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

SendTo() public method

public SendTo ( Server.Network.NetState state ) : void
state Server.Network.NetState
return void