Show / Hide Table of Contents

    Interface ICurrencyUnlockRewardData

    The data associated with ICurrencyUnlockReward.

    Inherited Members
    ICurrencyRewardData.CurrencyId
    IRangeRewardData.Min
    IRangeRewardData.Max
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICurrencyUnlockRewardData : ICurrencyRewardData, IRangeRewardData, IRewardData, IPayoutEntityData, IEntityData, IData

    Properties

    FallbackMax

    The maximum fallback amount to use in the case that the ICurrency referenced by this IReward does not have it's Obtained set to false.

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

    FallbackMin

    The minimum fallback amount to use in the case that the ICurrency referenced by this IReward does not have it's Obtained set to false.

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