|
PlayerLuck Constructor (Double) |
Constructor with custom luckyness defined.
Namespace: JLChnToZ.LuckyPlayerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PlayerLuck(
double luck
)
Public Sub New (
luck As Double
)
public:
PlayerLuck(
double luck
)
new :
luck : float -> PlayerLuck
Parameters
- luck
- Type: SystemDouble
Initial luckyness
See Also