This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json.Utilities
{
// Token: 0x02000040 RID: 64
[Token(Token = "0x2000040")]
internal enum ParserTimeZone
{
// Token: 0x04000176 RID: 374
[Token(Token = "0x4000176")]
Unspecified,
// Token: 0x04000177 RID: 375
[Token(Token = "0x4000177")]
Utc,
// Token: 0x04000178 RID: 376
[Token(Token = "0x4000178")]
LocalWestOfUtc,
// Token: 0x04000179 RID: 377
[Token(Token = "0x4000179")]
LocalEastOfUtc
}
}