Table of Contents

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

Returns

Action<string, string>
Fired when a UI mod fails to load. Listeners receive (modName, error).