Files
raven-launcher/ayconfig.cs
2021-11-26 16:03:06 +00:00

5 lines
148 B
C#

public class AyConfig
{
public bool AllowScheduleConflicts { get; set; } = true;
public string Test { get; set; } = "AyaNova server ";
}