mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
I fucking hate C# now
This commit is contained in:
parent
2c2db8e779
commit
380c8732c6
4 changed files with 24 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace Dalamud.Bootstrap.Windows
|
|||
|
||||
public string? CommandLine { get; set; } = null;
|
||||
|
||||
public IEnumerable<KeyValuePair<string, string>>? Environments { 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