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