|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Public Member Functions | |
| IntRange (int minimum, int maximum) | |
Static Public Member Functions | |
| static IntRange | operator* (float scale, IntRange range) |
| static IntRange | operator* (IntRange range, float scale) |
| static IntRange | operator/ (float scale, IntRange range) |
| static IntRange | operator/ (IntRange range, float scale) |
Public Attributes | |
| readonly int | Maximum |
| readonly int | Minimum |