This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
using Cpp2IlInjected;
namespace System.Globalization
{
// Token: 0x020002D9 RID: 729
[Token(Token = "0x20002D9")]
[Flags]
internal enum MonthNameStyles
{
// Token: 0x04000E91 RID: 3729
[Token(Token = "0x4000E91")]
Regular = 0,
// Token: 0x04000E92 RID: 3730
[Token(Token = "0x4000E92")]
Genitive = 1,
// Token: 0x04000E93 RID: 3731
[Token(Token = "0x4000E93")]
LeapYear = 2
}
}