C# Class SagaMap.Packets.Server.ItemAdjust

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
ItemAdjust ( ) : System
SetContainer ( byte con ) : void
SetFunction ( System.Function func ) : void
SetSlot ( byte slot ) : void
SetValue ( ushort value ) : void

Method Details

ItemAdjust() public method

public ItemAdjust ( ) : System
return System

SetContainer() public method

public SetContainer ( byte con ) : void
con byte
return void

SetFunction() public method

public SetFunction ( System.Function func ) : void
func System.Function
return void

SetSlot() public method

public SetSlot ( byte slot ) : void
slot byte
return void

SetValue() public method

public SetValue ( ushort value ) : void
value ushort
return void