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,16 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000419 RID: 1049
[Token(Token = "0x2000419")]
[Serializable]
public class DayOfWeekSpecificConfigSet<ConfigType, ContentType> : SpecificRestrictionConfigSet<DayOfWeek, ConfigType, ContentType> where ConfigType : DayOfWeekSpecificConfig<ContentType>
{
// Token: 0x06002079 RID: 8313 RVA: 0x00083F08 File Offset: 0x00082108
[Token(Token = "0x6002079")]
[Address(RVA = "0x1CC5F20", Offset = "0x1CC4F20", VA = "0x181CC5F20")]
public DayOfWeekSpecificConfigSet()
{
DGDNJPIMCIH dgdnjpimcih = base.BOEJNAMJNBF;
}
}