mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Moved Hooks to Interop, added PlayerWatcher that keeps tabs on specific actors and their equip state by name and triggers an event when equip changes.
This commit is contained in:
parent
e617d0c1ea
commit
b0d14751cd
11 changed files with 280 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ namespace Penumbra
|
|||
public bool DisableFileSystemNotifications { get; set; }
|
||||
|
||||
public bool EnableHttpApi { get; set; }
|
||||
public bool EnableActorWatch { get; set; } = false;
|
||||
|
||||
public string ModDirectory { get; set; } = @"D:/ffxiv/fs_mods/";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue