Files
2026-06-04 11:42:34 +02:00

8 lines
342 B
C#

using System;
// Token: 0x02000E9A RID: 3738
[Serializable]
public class HardwareTypeConfig<ContentType, SetType, SingleType> : RestrictedTypeConfig<PlatformManager.NEDLHEIPFJO, ContentType, SetType, SingleType> where SetType : HardwareSpecificConfigSet<SingleType, ContentType> where SingleType : HardwareSpecificConfig<ContentType>
{
}