mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
refactor: remove need for AssetManager, pass asset dir via StartInfo
This commit is contained in:
parent
79bdf4464e
commit
e27ae3fd0c
6 changed files with 78 additions and 73 deletions
|
|
@ -10,6 +10,9 @@ namespace Dalamud {
|
|||
|
||||
public string PluginDirectory;
|
||||
public string DefaultPluginDirectory;
|
||||
|
||||
public string AssetDirectory;
|
||||
|
||||
public ClientLanguage Language;
|
||||
|
||||
public string GameVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue