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

8 lines
342 B
C#

using System;
// Token: 0x02000E9D RID: 3741
[Serializable]
public class PlatformTypeConfig<ContentType, SetType, SingleType> : RestrictedTypeConfig<PlatformManager.JNJEBIDGBNH, ContentType, SetType, SingleType> where SetType : PlatformSpecificConfigSet<SingleType, ContentType> where SingleType : PlatformSpecificConfig<ContentType>
{
}