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

18 lines
595 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x0200041F RID: 1055
[Token(Token = "0x200041F")]
[Serializable]
[StructLayout(3)]
public class HardwareSpecificConfigSet<ConfigType, ContentType> : SpecificRestrictionConfigSet<PlatformManager.LDIIFDDCKCN, ConfigType, ContentType> where ConfigType : HardwareSpecificConfig<ContentType>
{
// Token: 0x06001FB9 RID: 8121 RVA: 0x00085580 File Offset: 0x00083780
[Token(Token = "0x6001FB9")]
[Address(RVA = "0x1B234F0", Offset = "0x1B21EF0", VA = "0x181B234F0")]
public HardwareSpecificConfigSet()
{
}
}