8 lines
272 B
C#
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>
|
|
{
|
|
}
|