Interface IBoost
A class that provides IModifier functionality that doesn't need to be tied to a specific entity and is, instead, its own entity.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IBoost : IModifier, IActivatable, IEntity, IInjectable
Properties
BoostData
Returns the associated IBoostData.
Declaration
IBoostData BoostData { get; }
Property Value
Type | Description |
---|---|
IBoostData |
BoostSavedData
Returns the associated IBoostSavedData.
Declaration
IBoostSavedData BoostSavedData { get; }
Property Value
Type | Description |
---|---|
IBoostSavedData |