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

◆ ValueTaskSourceStatus

Enumerator
Pending 
Succeeded 
Faulted 
Canceled 

Definition at line 7 of file ValueTaskSourceStatus.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000ADF")]
10 Pending,
11 [global::Cpp2ILInjected.Token(Token = "0x4000AE0")]
13 [global::Cpp2ILInjected.Token(Token = "0x4000AE1")]
14 Faulted,
15 [global::Cpp2ILInjected.Token(Token = "0x4000AE2")]
16 Canceled
17 }