mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
First resource manager hooks
This commit is contained in:
parent
ac838687f8
commit
5c7c6fc7d6
5 changed files with 256 additions and 1 deletions
|
|
@ -37,7 +37,11 @@ namespace Dalamud {
|
|||
|
||||
public readonly ClientState ClientState;
|
||||
|
||||
public readonly DalamudStartInfo StartInfo;
|
||||
|
||||
public Dalamud(DalamudStartInfo info) {
|
||||
this.StartInfo = info;
|
||||
|
||||
this.baseDirectory = info.WorkingDirectory;
|
||||
|
||||
this.unloadSignal = new ManualResetEvent(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue