Interface IContentData
Contains data associated with a specific IContent
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IContentData : IEntityData, ISavedDataProvider, IData
Properties
InitialCurrencyAmounts
The ICurrencyies a player will begin the IContent with. This can include IUpgradeableCurrency.
Declaration
CurrencyAmount[] InitialCurrencyAmounts { get; }
Property Value
Type | Description |
---|---|
CurrencyAmount[] |
StageIds
A list of the IStageData ids included in this IContent.
Declaration
string[] StageIds { get; }
Property Value
Type | Description |
---|---|
String[] |