8 lines
139 B
C#
8 lines
139 B
C#
|
|
namespace PARR.AIHITLoader.Settings
|
|||
|
|
{
|
|||
|
|
internal class WorkerSettings
|
|||
|
|
{
|
|||
|
|
public TimeSpan RepeatEvery { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|