I'm making a library mod for loading campaigns so that everyone doesn't have to implement it themself.
So there's 4 functions that must be implemented in a Quint. Mod;
- Load
- PostLoad
- LoadPuzzleContent
- Unload
My question is about the call order, and if the dependencies affect this
Thanks!