IntRange Class

MyDungeon

IntRange Class

Class to get a random value between two numbers (inclusive)
Inheritance Hierarchy
SystemObject  MyDungeon.UtilitiesIntRange

Namespace:  MyDungeon.Utilities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class IntRange

The IntRange type exposes the following members.

Constructors
  NameDescription
Public methodIntRange
Set the Range values
Top
Properties
  NameDescription
Public propertyRandom
Get a random value from the range.
Top
Fields
  NameDescription
Public fieldMax
The maximum value for a range
Public fieldMin
The minimum value for a range
Top
See Also