8 lines
256 B
C#
8 lines
256 B
C#
using System;
|
|
|
|
// Token: 0x02000EA2 RID: 3746
|
|
[Serializable]
|
|
public class DayOfWeekSpecificConfigSet<ConfigType, ContentType> : SpecificRestrictionConfigSet<DayOfWeek, ConfigType, ContentType> where ConfigType : DayOfWeekSpecificConfig<ContentType>
|
|
{
|
|
}
|