Method InvokeEntryPoints
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
InvokeEntryPoints(List<ModDefinition>)
Runs every IMod implementation found in the mods' compiled assemblies, in mod load order. Each mod is activated at most once per session; each type is instantiated once, and a type that throws is logged and skipped — one broken mod must never take the boot down with it.
public static void InvokeEntryPoints(List<ModDefinition> mods)
Parameters
modsList<ModDefinition>