Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/RestrictedTypeConfig.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

39 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
// Token: 0x0200041A RID: 1050
[Token(Token = "0x200041A")]
[Serializable]
public class RestrictedTypeConfig<SelectorType, ContentType, SetType, SingleType> where SelectorType : IComparable where SetType : SpecificRestrictionConfigSet<SelectorType, SingleType, ContentType> where SingleType : SpecificRestrictionConfig<SelectorType, ContentType>
{
// Token: 0x0600207A RID: 8314 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600207A")]
[Address(RVA = "0x27930B0", Offset = "0x27920B0", VA = "0x1827930B0")]
public ContentType IPOIMPIGBJJ(SelectorType CPMKCPPGMJH)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600207B RID: 8315 RVA: 0x00083F24 File Offset: 0x00082124
[Token(Token = "0x600207B")]
[Address(RVA = "0x1CC5E40", Offset = "0x1CC4E40", VA = "0x181CC5E40")]
public RestrictedTypeConfig()
{
}
// Token: 0x04001883 RID: 6275
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001883")]
public bool RestrictionSpecific;
// Token: 0x04001884 RID: 6276
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001884")]
public SetType Set;
// Token: 0x04001885 RID: 6277
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001885")]
public ContentType Default;
}