Interface IBoostSavedData
Saved data associated with a given IBoost
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IBoostSavedData : ISavedData, IInjectable
Properties
IsActive
Returns true if the IBoost is currently active.
Declaration
bool IsActive { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Activate()
Corresponding call to
Declaration
void Activate()
Deactivate()
Corresponding call to
Declaration
void Deactivate()