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

◆ ThrowOutOfMemoryException() [2/2]

static void System.ThrowHelper.ThrowOutOfMemoryException ( )
inlinestaticpackage

Definition at line 318 of file ThrowHelper.cs.

319 {
320 throw new OutOfMemoryException();
321 }