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