Interface IRangeRewardData
A IReward that gives a ranged amount.
Inherited Members
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 |