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
DateTimeStyles.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x200058E")]
8 public enum DateTimeStyles
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4001766")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4001767")]
14 [global::Cpp2ILInjected.Token(Token = "0x4001768")]
16 [global::Cpp2ILInjected.Token(Token = "0x4001769")]
18 [global::Cpp2ILInjected.Token(Token = "0x400176A")]
20 [global::Cpp2ILInjected.Token(Token = "0x400176B")]
22 [global::Cpp2ILInjected.Token(Token = "0x400176C")]
24 [global::Cpp2ILInjected.Token(Token = "0x400176D")]
25 AssumeLocal = 32,
26 [global::Cpp2ILInjected.Token(Token = "0x400176E")]
27 AssumeUniversal = 64,
28 [global::Cpp2ILInjected.Token(Token = "0x400176F")]
29 RoundtripKind = 128
30 }
31}