Interface ITimedBoostData
Contains the data associated with a certain ITimedBoost, which includes the data associated with the extended IModifier
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITimedBoostData : IBoostData, IModifierDataCollection, IEntityData, ISavedDataProvider, IStaticData
Properties
duration
Return the duration increment in milliseconds
Declaration
long duration { get; }
Property Value
Type | Description |
---|---|
Int64 |
maxDuration
Return the max duration in milliseconds
Declaration
long maxDuration { get; }
Property Value
Type | Description |
---|---|
Int64 |