ughhhhhhhhhhhhhhhhh

This commit is contained in:
Mino 2020-04-09 02:25:25 +09:00
parent 380c8732c6
commit 4042d138b2
11 changed files with 321 additions and 301 deletions

View file

@ -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; }
}
}