8 lines
272 B
C#
8 lines
272 B
C#
using System;
|
|
|
|
// Token: 0x02000E9F RID: 3743
|
|
[Serializable]
|
|
public class PlatformSpecificConfigSet<ConfigType, ContentType> : SpecificRestrictionConfigSet<PlatformManager.JNJEBIDGBNH, ConfigType, ContentType> where ConfigType : PlatformSpecificConfig<ContentType>
|
|
{
|
|
}
|