mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
reload player resources once a mod reload has occurred, wip api
This commit is contained in:
parent
f1d8ce0221
commit
77cda604c6
6 changed files with 109 additions and 8 deletions
|
|
@ -16,6 +16,8 @@ namespace Penumbra
|
|||
|
||||
public bool DisableFileSystemNotifications { get; set; } = false;
|
||||
|
||||
public bool EnableHttpApi { get; set; } = false;
|
||||
|
||||
public string CurrentCollection { get; set; } = @"D:/ffxiv/fs_mods/";
|
||||
|
||||
public List< string > ModCollections { get; set; } = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue