mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-11 18:44:36 +01:00
ughhhhhhhhhhhhhhhhh
This commit is contained in:
parent
380c8732c6
commit
4042d138b2
11 changed files with 321 additions and 301 deletions
|
|
@ -1,15 +0,0 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Dalamud.Bootstrap.Windows
|
||||
{
|
||||
internal sealed class ProcessCreationOptions
|
||||
{
|
||||
public string ImagePath { get; set; } = null!;
|
||||
|
||||
public string? CommandLine { get; set; } = null;
|
||||
|
||||
public IDictionary<string, string>? Environments { get; set; } = null;
|
||||
|
||||
public bool CreateSuspended { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue