terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Sleep()

static void Internal.Runtime.Augments.RuntimeThread.Sleep ( int millisecondsTimeout)
inlinestatic

Definition at line 39 of file RuntimeThread.cs.

40 {
41 Thread.Sleep(millisecondsTimeout);
42 }
static void Sleep(int millisecondsTimeout)
Definition Thread.cs:207

References System.Threading.Thread.Sleep().