C# Class ServerPointSystem.EPRConfigFile

Show file Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
ClaimTime int
ConfigRead Action
DeathToll int
DeathTollStatic int
EnablePointShare bool
EnableTimeRewards bool
LadyLucksMultiplier double
PointMultiplier float
ReapersBlessingEnabled bool
RewardTime int
TimeReward int
currname string

Public Methods

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

Method Details

Read() public static method

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

Read() public static method

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

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

ClaimTime public property

public int ClaimTime
return int

ConfigRead public static property

public static Action ConfigRead
return Action

DeathToll public property

public int DeathToll
return int

DeathTollStatic public property

public int DeathTollStatic
return int

EnablePointShare public property

public bool EnablePointShare
return bool

EnableTimeRewards public property

public bool EnableTimeRewards
return bool

LadyLucksMultiplier public property

public double LadyLucksMultiplier
return double

PointMultiplier public property

public float PointMultiplier
return float

ReapersBlessingEnabled public property

public bool ReapersBlessingEnabled
return bool

RewardTime public property

public int RewardTime
return int

TimeReward public property

public int TimeReward
return int

currname public property

public string currname
return string