mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-26 00:24:07 -04:00
5daf5a14ac
* Modified `SaveManager::AddSaveFunction` to return the section index assigned to the section name for ease of remembering it on the other end. Also added a clarifying comment. * Modified SaveFunc to accept a boolean for whether the section is being saved individually or as part of a game save (fullSave == true means game save, so all sections registered for game save sync).