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
DateTimeFormatFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000587 RID: 1415
6 [Flags]
7 internal enum DateTimeFormatFlags
8 {
9 // Token: 0x040016DD RID: 5853
10 None = 0,
11 // Token: 0x040016DE RID: 5854
13 // Token: 0x040016DF RID: 5855
15 // Token: 0x040016E0 RID: 5856
17 // Token: 0x040016E1 RID: 5857
18 UseHebrewRule = 8,
19 // Token: 0x040016E2 RID: 5858
21 // Token: 0x040016E3 RID: 5859
23 // Token: 0x040016E4 RID: 5860
25 }
26}