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
ParserTimeZone.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200003E RID: 62
8 internal enum ParserTimeZone
9 {
10 // Token: 0x04000152 RID: 338
12 // Token: 0x04000153 RID: 339
13 Utc,
14 // Token: 0x04000154 RID: 340
16 // Token: 0x04000155 RID: 341
18 }
19}