Event OnUIModError
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Fired when a UI mod fails to load. Listeners receive (modName, error).
public static event Action<string, string> OnUIModError
Fired when a UI mod fails to load. Listeners receive (modName, error).
public static event Action<string, string> OnUIModError