mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 21:07:43 +01:00
WIP corehook
This commit is contained in:
parent
3f78ca5b81
commit
69e7cf9af9
7 changed files with 69 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace Dalamud.Injector
|
||||
|
|
@ -14,11 +14,11 @@ namespace Dalamud.Injector
|
|||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string RootDirectory { get; set; }
|
||||
public string RootDirectory { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string BinaryDirectory { get; set; }
|
||||
public string BinaryDirectory { get; set; } = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue