Kitteh6660 / Corruption-of-Champions-Mod

CoC source from fenoxo, modded by Kitteh6660
228 stars 97 forks source link

[Enhancement] Save / Load function should return outcome #1407

Open brrritssocold opened 5 years ago

brrritssocold commented 5 years ago

Save and load functions catch and handle error (logging error to GUI). They should also return a value so callers can check the result of the save / load operation.

Related to issues in PR #1406