C# Class C3RewardSystem.CEConfigFile

Mostrar archivo Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
CTFReward int
ConfigRead Action
MoE int
OFReward int
PointRange int
PvPKillReward int
TDMReward int

Public Methods

Method Description
Read ( Stream stream ) : CEConfigFile
Read ( string path ) : CEConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

Method Details

Read() public static method

public static Read ( Stream stream ) : CEConfigFile
stream Stream
return CEConfigFile

Read() public static method

public static Read ( string path ) : CEConfigFile
path string
return CEConfigFile

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

Write() public method

public Write ( string path ) : void
path string
return void

Property Details

CTFReward public_oe property

public int CTFReward
return int

ConfigRead public_oe static_oe property

public static Action ConfigRead
return Action

MoE public_oe property

public int MoE
return int

OFReward public_oe property

public int OFReward
return int

PointRange public_oe property

public int PointRange
return int

PvPKillReward public_oe property

public int PvPKillReward
return int

TDMReward public_oe property

public int TDMReward
return int