16 lines
602 B
C#
16 lines
602 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02000411 RID: 1041
|
|
[Token(Token = "0x2000411")]
|
|
[Serializable]
|
|
public class HardwareTypeConfig<ContentType, SetType, SingleType> : RestrictedTypeConfig<PlatformManager.LDIIFDDCKCN, ContentType, SetType, SingleType> where SetType : HardwareSpecificConfigSet<SingleType, ContentType> where SingleType : HardwareSpecificConfig<ContentType>
|
|
{
|
|
// Token: 0x06002071 RID: 8305 RVA: 0x00083E58 File Offset: 0x00082058
|
|
[Token(Token = "0x6002071")]
|
|
[Address(RVA = "0x1CC5F20", Offset = "0x1CC4F20", VA = "0x181CC5F20")]
|
|
public HardwareTypeConfig()
|
|
{
|
|
}
|
|
}
|