Delegate ModChangedEventHandler
- Namespace
- MonkeyLoader
- Assembly
- MonkeyLoader.dll
The delegate that gets called when a mod is added to a MonkeyLoader.
public delegate void ModChangedEventHandler(MonkeyLoader loader, Mod mod)
Parameters
loaderMonkeyLoaderThe loader responsible for the mod.
modModThe mod that was added.