This is fucking dog shit

This commit is contained in:
Mino 2020-04-25 21:50:11 +09:00
parent 52daf6ada0
commit 54bf6099bf
7 changed files with 281 additions and 268 deletions

View file

@ -8,7 +8,7 @@ namespace Dalamud.Bootstrap
{
public string ImagePath { get; set; } = null!;
public IList<string>? Arguments { get; set; }
public IDictionary<string, string> Arguments { get; set; }
public IDictionary<string, string>? Environments { get; set; }