Show / Hide Table of Contents

    Interface ICurrencyReward

    A basic IReward that can reward a range of ICurrency. IRangeRewardData

    Inherited Members
    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 ICurrencyReward : IReward, IPayoutEntity, IEntity, IInjectable

    Properties

    CurrencyRewardData

    The ICurrencyRewardData associated with this controller.

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