Interface ITimedBoostSavedData
Saved data associated with a given ITimedBoost
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITimedBoostSavedData : IBoostSavedData, ISavedData, IInjectable
Properties
timeCompleted
Return the time at which the ITimedBoost will deactivate.
Declaration
long timeCompleted { get; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
SetEndTime(Int64)
Sets the timeCompleted timestamp.
Declaration
void SetEndTime(long newEndTimestamp)
Parameters
Type | Name | Description |
---|---|---|
Int64 | newEndTimestamp |