Interface ITimedBoost
A class that provides IModifier functionality that doesn't need to be tied to a specific entity and is, instead, its own entity. Activation and deactivation of the IModifier is controlled via a subscription to the ITimerService.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ITimedBoost : IBoost, IModifier, ITimedActivatable, IActivatable, IEntity, IInjectable, ITimerListener
Properties
TimedBoostData
Returns the ITimedBoostData associated with this ITimedBoost.
Declaration
ITimedBoostData TimedBoostData { get; }
Property Value
Type | Description |
---|---|
ITimedBoostData |
TimedBoostSavedData
Returns the ITimedBoostSavedData associated with this ITimedBoost.
Declaration
ITimedBoostSavedData TimedBoostSavedData { get; }
Property Value
Type | Description |
---|---|
ITimedBoostSavedData |