Show / Hide Table of Contents

    Interface ICurrencyData

    Contains the data associated with a specific ICurrency

    Inherited Members
    ITaggedEntityData.tagIds
    IEntityData.CreateEntity(String)
    ISavedDataProvider.CreateSavedData(String)
    ISavedDataProvider.isContentSpecific
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICurrencyData : ITaggedEntityData, IPayoutEntityData, IEntityData, ISavedDataProvider, IStaticData

    Properties

    customExchangeValue

    The IExchangeable value that will be used by the associated ICurrency

    Declaration
    double customExchangeValue { get; }
    Property Value
    Type Description
    Double

    rarityId

    The IRarityData id associated with this ICurrencyData

    Declaration
    string rarityId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.