Show / Hide Table of Contents

    Interface IStoreRewardData

    Contains the IEntityData associated with a certain IStoreReward.

    Inherited Members
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStoreRewardData : IStoreEntityData, IEntityData, IData

    Properties

    BuyCurrencyId

    The id of the ICurrency required to purchase the IStoreReward.

    Declaration
    string BuyCurrencyId { get; }
    Property Value
    Type Description
    String

    Cost

    The amount of ICurrency required to purchase the IStoreReward.

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

    RewardId

    The id that associated with the IReward that this IStoreReward contains.

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