C# Class SagaMap.Packets.Server.SendSupplyList

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

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

Method Details

SendSupplyList() public méthode

public SendSupplyList ( ) : System
Résultat System

SetActor() public méthode

public SetActor ( uint actorID ) : void
actorID uint
Résultat void

SetMatrial() public méthode

public SetMatrial ( List list ) : void
list List
Résultat void

SetProducts() public méthode

public SetProducts ( List list ) : void
list List
Résultat void

SetSupplyID() public méthode

public SetSupplyID ( uint ID ) : void
ID uint
Résultat void