scripts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user