Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SagaMap
Packets
Server
SendSupplyList
C# Class SagaMap.Packets.Server.SendSupplyList
Inheritance:
SagaLib.Packet
Datei anzeigen
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