Method OnContentLoaded
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
OnContentLoaded()
Called after every successful content load — the boot load and each hot reload alike. This is the
moment content is guaranteed merged: resolve cross-mod definitions here (ContentDB.Get,
NeedsBake, patch expectations), because OnLoad(ModDefinition) may run before packages merge.
Optional — the default implementation does nothing.
void OnContentLoaded()