This commit is contained in:
2021-11-26 16:03:06 +00:00
parent f74f397a31
commit 50249ede6e
8 changed files with 168 additions and 0 deletions

5
ayconfig.cs Normal file
View File

@@ -0,0 +1,5 @@
public class AyConfig
{
public bool AllowScheduleConflicts { get; set; } = true;
public string Test { get; set; } = "AyaNova server ";
}