Interface ICurrencyData
Contains the data associated with a specific ICurrency
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ICurrencyData : ITaggedEntityData, IPayoutEntityData, IEntityData, ISavedDataProvider, IData
Properties
CustomExchangeValue
The IExchangeable value that will be used by the associated ICurrency
Declaration
double CustomExchangeValue { get; }
Property Value
Type | Description |
---|---|
Double |
CustomRampingIncrement
The ramping value that the cost of the ICurrency will be incremented by within the IStoreUpgradeableCurrencyCollection in determining the purchase cost.
Declaration
double CustomRampingIncrement { get; }
Property Value
Type | Description |
---|---|
Double |
RarityId
The IRarityData id associated with this ICurrencyData
Declaration
string RarityId { get; }
Property Value
Type | Description |
---|---|
String |