server-master/srcs/_plugins/WingsEmu.Plugins.DistributedGameEvents/SchedulableConfiguration.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
166 B
C#

namespace WingsEmu.Plugins.DistributedGameEvents
{
public abstract class SchedulableConfiguration
{
public string CronExpression { get; set; }
}
}