Show / Hide Table of Contents

    Interface IMilestoneData

    Contains the IEntityData associated with a specific IMilestone.

    Inherited Members
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMilestoneData : IActivatableData, IEntityData, ISavedDataProvider, IData

    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.