Click or drag to resize
LuckyControllerT Constructor
Constructor.

Namespace: JLChnToZ.LuckyPlayer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuckyController(
	double rare,
	double baseRarity = 1,
	DestinyTuner<T> destinyTuner = null
)

Parameters

rare
Type: SystemDouble
The rarity which will affects the player's luckyness.
baseRarity (Optional)
Type: SystemDouble
Alterable rarity value
destinyTuner (Optional)
Type: JLChnToZ.LuckyPlayerDestinyTunerT
See Also