Show / Hide Table of Contents

    Interface IGoalData

    Contains the data associated with a IGoal.

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

    Properties

    Amount

    Returns the target progression amount for the IGoal.

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

    RewardId

    The Id of the reward that is associated with the IGoal. Usually this would be a IGachaReward or Currency reward.

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