C# Class SagaMap.Packets.Server.MoveItem

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
MoveItem ( ) : System
SetDestIndex ( byte index ) : void
SetMoveType ( ITEM_MOVE_TYPE type ) : void
SetSourceIndex ( byte index ) : void

Method Details

MoveItem() public method

public MoveItem ( ) : System
return System

SetDestIndex() public method

public SetDestIndex ( byte index ) : void
index byte
return void

SetMoveType() public method

public SetMoveType ( ITEM_MOVE_TYPE type ) : void
type ITEM_MOVE_TYPE
return void

SetSourceIndex() public method

public SetSourceIndex ( byte index ) : void
index byte
return void