C# Class C3RewardSystem.CEConfigFile

Show file 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 property

public int CTFReward
return int

ConfigRead public static property

public static Action ConfigRead
return Action

MoE public property

public int MoE
return int

OFReward public property

public int OFReward
return int

PointRange public property

public int PointRange
return int

PvPKillReward public property

public int PvPKillReward
return int

TDMReward public property

public int TDMReward
return int