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
TaskCreationOptions.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000239 RID: 569
6 [Flags]
8 {
9 // Token: 0x04000A80 RID: 2688
10 None = 0,
11 // Token: 0x04000A81 RID: 2689
13 // Token: 0x04000A82 RID: 2690
14 LongRunning = 2,
15 // Token: 0x04000A83 RID: 2691
17 // Token: 0x04000A84 RID: 2692
19 // Token: 0x04000A85 RID: 2693
20 HideScheduler = 16,
21 // Token: 0x04000A86 RID: 2694
23 }
24}