Show / Hide Table of Contents

    Interface IRangeRewardData

    A IReward that gives a ranged amount.

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

    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.