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
DateTimeFormatFlags.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000587")]
8 internal enum DateTimeFormatFlags
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40016DD")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40016DE")]
14 [global::Cpp2ILInjected.Token(Token = "0x40016DF")]
16 [global::Cpp2ILInjected.Token(Token = "0x40016E0")]
18 [global::Cpp2ILInjected.Token(Token = "0x40016E1")]
19 UseHebrewRule = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x40016E2")]
22 [global::Cpp2ILInjected.Token(Token = "0x40016E3")]
24 [global::Cpp2ILInjected.Token(Token = "0x40016E4")]
26 }
27}