Show / Hide Table of Contents

    Interface ICurrencyUnlockReward

    A basic IReward that can reward a range of ICurrency. This reward is meant to be used to "unlock" currencies and make them begin to appear in the IRandomObtainedCurrencyReward currency pools.

    Inherited Members
    ICurrencyReward.CurrencyRewardData
    IReward.RewardData
    IReward.CanClaim(Boolean)
    IPayoutEntity.PayoutEntityData
    IPayoutEntity.CalculatePayouts()
    IEntity.Id
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICurrencyUnlockReward : ICurrencyReward, IReward, IPayoutEntity, IEntity, IInjectable

    Properties

    CurrencyUnlockRewardData

    The ICurrencyUnlockRewardData associated with this controller.

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