Files
2026-04-08 23:40:05 +02:00

35 lines
972 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000427 RID: 1063
[Token(Token = "0x2000427")]
[Serializable]
[StructLayout(3)]
public abstract class SpecificRestrictionConfig<SelectorType, ContentType> where SelectorType : IComparable
{
// Token: 0x06001FC2 RID: 8130 RVA: 0x00085628 File Offset: 0x00083828
[Token(Token = "0x6001FC2")]
[Address(RVA = "0x1B1AA80", Offset = "0x1B19480", VA = "0x181B1AA80")]
protected SpecificRestrictionConfig()
{
}
// Token: 0x0400197F RID: 6527
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x400197F")]
[SerializeField]
private string name;
// Token: 0x04001980 RID: 6528
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001980")]
public SelectorType Selector;
// Token: 0x04001981 RID: 6529
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001981")]
public ContentType Content;
}