Table of Contents

Event OnUIModLoaded

Namespace
GrindFest
Assembly
GrindFest.dll

Fired when a UI mod is loaded. Listeners receive (modName, modPath).

public static event Action<string, string> OnUIModLoaded

Returns

Action<string, string>
Fired when a UI mod is loaded. Listeners receive (modName, modPath).