IPluginConfig.SectionChanged event
Fired when any section’s underlying file changes — either via Save from this process or an external edit detected by the file watcher. The string argument is the section name. Subscribers are called on the game thread.
public event Action<string>? SectionChanged;See Also
Section titled “See Also”- interface IPluginConfig
- namespace Stellar.Abstractions.Services