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()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFallbackRewardData : IRewardData, IPayoutEntityData, IEntityData, IData

    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.