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
+15
View File
@@ -0,0 +1,15 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000417 RID: 1047
[Token(Token = "0x2000417")]
[Serializable]
public class DayOfWeekTypeConfig<ContentType, SetType, SingleType> : RestrictedTypeConfig<DayOfWeek, ContentType, SetType, SingleType> where SetType : DayOfWeekSpecificConfigSet<SingleType, ContentType> where SingleType : DayOfWeekSpecificConfig<ContentType>
{
// Token: 0x06002077 RID: 8311 RVA: 0x00083EE0 File Offset: 0x000820E0
[Token(Token = "0x6002077")]
[Address(RVA = "0x1CC5F20", Offset = "0x1CC4F20", VA = "0x181CC5F20")]
public DayOfWeekTypeConfig()
{
}
}