C# Class C3RewardSystem.CEConfigFile

Afficher le fichier Open project: vharonftw/ServerEPRSystem Class Usage Examples

Méthodes publiques

Свойство Type Description
CTFReward int
ConfigRead Action
MoE int
OFReward int
PointRange int
PvPKillReward int
TDMReward int

Méthodes publiques

Méthode Description
Read ( Stream stream ) : CEConfigFile
Read ( string path ) : CEConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

Method Details

Read() public static méthode

public static Read ( Stream stream ) : CEConfigFile
stream Stream
Résultat CEConfigFile

Read() public static méthode

public static Read ( string path ) : CEConfigFile
path string
Résultat CEConfigFile

Write() public méthode

public Write ( Stream stream ) : void
stream Stream
Résultat void

Write() public méthode

public Write ( string path ) : void
path string
Résultat void

Property Details

CTFReward public_oe property

public int CTFReward
Résultat int

ConfigRead public_oe static_oe property

public static Action ConfigRead
Résultat Action

MoE public_oe property

public int MoE
Résultat int

OFReward public_oe property

public int OFReward
Résultat int

PointRange public_oe property

public int PointRange
Résultat int

PvPKillReward public_oe property

public int PvPKillReward
Résultat int

TDMReward public_oe property

public int TDMReward
Résultat int