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
ProcessPriorityClass.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000E1 RID: 225
7 {
8 // Token: 0x0400041D RID: 1053
9 AboveNormal = 32768,
10 // Token: 0x0400041E RID: 1054
11 BelowNormal = 16384,
12 // Token: 0x0400041F RID: 1055
13 High = 128,
14 // Token: 0x04000420 RID: 1056
15 Idle = 64,
16 // Token: 0x04000421 RID: 1057
17 Normal = 32,
18 // Token: 0x04000422 RID: 1058
19 RealTime = 256
20 }
21}