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

8 lines
272 B
C#

using System;
// Token: 0x02000E9C RID: 3740
[Serializable]
public class HardwareSpecificConfigSet<ConfigType, ContentType> : SpecificRestrictionConfigSet<PlatformManager.NEDLHEIPFJO, ConfigType, ContentType> where ConfigType : HardwareSpecificConfig<ContentType>
{
}