C# Class SagaMap.Packets.Server.SendSupplyList

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

Public Methods

Method Description
SendSupplyList ( ) : System
SetActor ( uint actorID ) : void
SetMatrial ( List list ) : void
SetProducts ( List list ) : void
SetSupplyID ( uint ID ) : void

Method Details

SendSupplyList() public method

public SendSupplyList ( ) : System
return System

SetActor() public method

public SetActor ( uint actorID ) : void
actorID uint
return void

SetMatrial() public method

public SetMatrial ( List list ) : void
list List
return void

SetProducts() public method

public SetProducts ( List list ) : void
list List
return void

SetSupplyID() public method

public SetSupplyID ( uint ID ) : void
ID uint
return void