IntRange Constructor

MyDungeon

IntRange Constructor

Set the Range values

Namespace:  MyDungeon.Utilities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IntRange(
	int min,
	int max
)

Parameters

min
Type: SystemInt32
The minimum value in this range
max
Type: SystemInt32
The maximum value in this range
See Also