WIP launcher

This commit is contained in:
Mino 2020-02-27 19:36:00 +09:00
parent 57e046cd71
commit a73a479f73
6 changed files with 62 additions and 91 deletions

View file

@ -12,13 +12,16 @@ namespace Dalamud.Injector
};
/// <summary>
///
/// A directory to where Dalamud data is located.
/// </summary>
public string RootDirectory { get; set; } = "";
/// <summary>
///
/// A directory to where `Dalamud.dll` and its dependencies are located.
/// </summary>
/// <remarks>
/// This path doesn't need to be the same directory as where the launcher is located.
/// </remarks>
public string BinaryDirectory { get; set; } = "";
}
}