Set default value for DelayInitializeMs

This commit is contained in:
Soreepeong 2021-11-12 23:11:01 +09:00
parent 6553507146
commit fee9d27435

View file

@ -55,6 +55,6 @@ namespace Dalamud
/// <summary>
/// Gets a value that specifies how much to wait before a new Dalamud session.
/// </summary>
public int DelayInitializeMs { get; init; }
public int DelayInitializeMs { get; init; } = 0;
}
}