mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
I don't even know what I'm doing
This commit is contained in:
parent
117d1dfbb2
commit
79fb6c5104
3 changed files with 55 additions and 35 deletions
11
Dalamud.Bootstrap/Windows/ProcessCreationOptions.cs
Normal file
11
Dalamud.Bootstrap/Windows/ProcessCreationOptions.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Dalamud.Bootstrap.Windows
|
||||
{
|
||||
internal sealed class ProcessCreationOptions
|
||||
{
|
||||
public string ImagePath { get; set; } = null!;
|
||||
|
||||
public string? CommandLine { get; set; } = null;
|
||||
|
||||
public bool CreateSuspended { get; set; } = true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue