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
ThreadPriority.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Threading
4{
5 // Token: 0x020001C2 RID: 450
6 public enum ThreadPriority
7 {
8 // Token: 0x04000904 RID: 2308
9 Lowest,
10 // Token: 0x04000905 RID: 2309
12 // Token: 0x04000906 RID: 2310
13 Normal,
14 // Token: 0x04000907 RID: 2311
16 // Token: 0x04000908 RID: 2312
18 }
19}