Show / Hide Table of Contents

    Interface IMilestoneData

    Contains the IEntityData associated with a specific IMilestone.

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

    Properties

    currencyId

    The ICurrency that this IMilestone will be tracking when active.

    Declaration
    string currencyId { get; }
    Property Value
    Type Description
    String

    targetAmount

    The target amount of ICurrency to collect in order to complete this IMilestone.

    Declaration
    double targetAmount { get; }
    Property Value
    Type Description
    Double
    Back to top Copyright © 2020 East Side Games Inc.