This commit is contained in:
5
ayconfig.cs
Normal file
5
ayconfig.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
public class AyConfig
|
||||
{
|
||||
public bool AllowScheduleConflicts { get; set; } = true;
|
||||
public string Test { get; set; } = "AyaNova server ";
|
||||
}
|
||||
Reference in New Issue
Block a user