C# Class ServerPointSystem.EPRConfigFile

显示文件 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_oe property

public int ClaimTime
return int

ConfigRead public_oe static_oe property

public static Action ConfigRead
return Action

DeathToll public_oe property

public int DeathToll
return int

DeathTollStatic public_oe property

public int DeathTollStatic
return int

EnablePointShare public_oe property

public bool EnablePointShare
return bool

EnableTimeRewards public_oe property

public bool EnableTimeRewards
return bool

LadyLucksMultiplier public_oe property

public double LadyLucksMultiplier
return double

PointMultiplier public_oe property

public float PointMultiplier
return float

ReapersBlessingEnabled public_oe property

public bool ReapersBlessingEnabled
return bool

RewardTime public_oe property

public int RewardTime
return int

TimeReward public_oe property

public int TimeReward
return int

currname public_oe property

public string currname
return string