8 lines
327 B
C#
8 lines
327 B
C#
using System;
|
|
|
|
// Token: 0x02000EA0 RID: 3744
|
|
[Serializable]
|
|
public class DayOfWeekTypeConfig<ContentType, SetType, SingleType> : RestrictedTypeConfig<DayOfWeek, ContentType, SetType, SingleType> where SetType : DayOfWeekSpecificConfigSet<SingleType, ContentType> where SingleType : DayOfWeekSpecificConfig<ContentType>
|
|
{
|
|
}
|