mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-09 09:24:35 +01:00
WIP launch
This commit is contained in:
parent
9965dc313a
commit
2c2db8e779
5 changed files with 47 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Dalamud.Bootstrap.Windows
|
||||
{
|
||||
internal sealed class ProcessCreationOptions
|
||||
|
|
@ -6,6 +8,8 @@ namespace Dalamud.Bootstrap.Windows
|
|||
|
||||
public string? CommandLine { get; set; } = null;
|
||||
|
||||
public IEnumerable<KeyValuePair<string, string>>? Environments { get; set; } = null;
|
||||
|
||||
public bool CreateSuspended { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue