Class BaseCollectorPayoutChangedAction
Inheritance
BaseCollectorPayoutChangedAction
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseCollectorPayoutChangedAction : BaseCollectorAction
Properties
CurrentPayout
The new payout value
Declaration
public double CurrentPayout { get; set; }
Property Value
Type | Description |
---|---|
Double |
PreviousPayout
The previous payout value
Declaration
public double PreviousPayout { get; set; }
Property Value
Type | Description |
---|---|
Double |
Methods
ResetAction()
Declaration
public override void ResetAction()