7 lines
No EOL
166 B
C#
7 lines
No EOL
166 B
C#
namespace WingsEmu.Plugins.DistributedGameEvents
|
|
{
|
|
public abstract class SchedulableConfiguration
|
|
{
|
|
public string CronExpression { get; set; }
|
|
}
|
|
} |