server-master/srcs/Scheduler/Configs/InstantBattleStartFileConfiguration.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
210 B
C#

// WingsEmu
//
// Developed by NosWings Team
namespace WingsEmu.ClusterScheduler.Configs
{
public class InstantBattleStartFileConfiguration
{
public string CronExpression { get; set; }
}
}