C# Class ServerPointSystem.EPRConfigFile

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

Read() public static méthode

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

Read() public static méthode

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

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

ClaimTime public_oe property

public int ClaimTime
Résultat int

ConfigRead public_oe static_oe property

public static Action ConfigRead
Résultat Action

DeathToll public_oe property

public int DeathToll
Résultat int

DeathTollStatic public_oe property

public int DeathTollStatic
Résultat int

EnablePointShare public_oe property

public bool EnablePointShare
Résultat bool

EnableTimeRewards public_oe property

public bool EnableTimeRewards
Résultat bool

LadyLucksMultiplier public_oe property

public double LadyLucksMultiplier
Résultat double

PointMultiplier public_oe property

public float PointMultiplier
Résultat float

ReapersBlessingEnabled public_oe property

public bool ReapersBlessingEnabled
Résultat bool

RewardTime public_oe property

public int RewardTime
Résultat int

TimeReward public_oe property

public int TimeReward
Résultat int

currname public_oe property

public string currname
Résultat string