Show / Hide Table of Contents

    Interface IRangeRewardData

    A IReward that gives a ranged amount.

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

    Properties

    max

    Maximum amount of returns possible

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

    min

    Minimum amount of returns possible

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