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,21 @@
using System;
using Cpp2IlInjected;
namespace System.Globalization
{
// Token: 0x020002CB RID: 715
[Token(Token = "0x20002CB")]
[Flags]
internal enum MonthNameStyles
{
// Token: 0x04000E4D RID: 3661
[Token(Token = "0x4000E4D")]
Regular = 0,
// Token: 0x04000E4E RID: 3662
[Token(Token = "0x4000E4E")]
Genitive = 1,
// Token: 0x04000E4F RID: 3663
[Token(Token = "0x4000E4F")]
LeapYear = 2
}
}