Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowArgumentOutOfRangeException() [1/5]

static void System.ThrowHelper.ThrowArgumentOutOfRangeException ( )
inlinestaticpackage

Definition at line 32 of file ThrowHelper.cs.

33 {
34 throw new ArgumentOutOfRangeException();
35 }