8 lines
170 B
C#
8 lines
170 B
C#
using System;
|
|
|
|
// Token: 0x02000EA1 RID: 3745
|
|
[Serializable]
|
|
public class DayOfWeekSpecificConfig<ContentType> : SpecificRestrictionConfig<DayOfWeek, ContentType>
|
|
{
|
|
}
|