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
loader
MonkeyLoaderThe loader responsible for the mod.
mod
ModThe mod that was added.