Interface IContentSavedData
Saved data for IContent
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IContentSavedData : ISavedData, IInjectable
Properties
CurrentStageId
The id of the current IStage in the ContentData.StageIds array.
Declaration
string CurrentStageId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
HasStarted
Has the IContent associated with this ISavedData be started?
Declaration
bool HasStarted { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |