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

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>
{
}