11 lines
No EOL
210 B
C#
11 lines
No EOL
210 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.ClusterScheduler.Configs
|
|
{
|
|
public class InstantBattleStartFileConfiguration
|
|
{
|
|
public string CronExpression { get; set; }
|
|
}
|
|
} |