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
Fired when a UI mod is loaded. Listeners receive (modName, modPath).
public static event Action<string, string> OnUIModLoaded