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