terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TaskCreationOptions.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000239")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000A80")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4000A81")]
14 [global::Cpp2ILInjected.Token(Token = "0x4000A82")]
15 LongRunning = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x4000A83")]
18 [global::Cpp2ILInjected.Token(Token = "0x4000A84")]
20 [global::Cpp2ILInjected.Token(Token = "0x4000A85")]
21 HideScheduler = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x4000A86")]
24 }
25}