reload player resources once a mod reload has occurred, wip api

This commit is contained in:
Adam 2021-01-09 12:10:19 +11:00
parent f1d8ce0221
commit 77cda604c6
6 changed files with 109 additions and 8 deletions

View file

@ -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();