Files
Dec2017-Script-Dump/Assembly-CSharp/DayOfWeekSpecificConfigSet.cs
T
2026-06-04 11:42:34 +02:00

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>
{
}