Show / Hide Table of Contents

    Interface IFallbackRewardData

    A IReward that can fallback to a different one when it's contents cannot be rewarded.

    Inherited Members
    IEntityData.CreateEntity(String)
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFallbackRewardData : IRewardData, IPayoutEntityData, IEntityData, IStaticData

    Properties

    fallbackRewardId

    A fallback IReward to use in the case that the ICurrency referenced by this IReward can not be rewarded.

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