Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/SpecificRestrictionConfigSet.cs
T
2026-04-10 22:50:51 +02:00

36 lines
1.2 KiB
C#

using System;
using Cpp2IlInjected;
// Token: 0x02000412 RID: 1042
[Token(Token = "0x2000412")]
[Serializable]
public class SpecificRestrictionConfigSet<SelectorType, ConfigType, ContentType> where SelectorType : IComparable where ConfigType : SpecificRestrictionConfig<SelectorType, ContentType>
{
// Token: 0x06001FFF RID: 8191 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6001FFF")]
[Address(RVA = "0x2918B20", Offset = "0x2917920", VA = "0x182918B20")]
public ContentType IPOIMPIGBJJ(SelectorType CPMKCPPGMJH)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002000 RID: 8192 RVA: 0x00082EF4 File Offset: 0x000810F4
[Token(Token = "0x6002000")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630", Slot = "4")]
public virtual ContentType EDLIKGJFHAP()
{
}
// Token: 0x06002001 RID: 8193 RVA: 0x00082F04 File Offset: 0x00081104
[Token(Token = "0x6002001")]
[Address(RVA = "0x118F5A0", Offset = "0x118E3A0", VA = "0x18118F5A0")]
public SpecificRestrictionConfigSet()
{
}
// Token: 0x04001832 RID: 6194
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001832")]
public ConfigType[] configs;
}