A simple, expandable, variable-based save system.
Forked from the save system used in my other project, The Plains.
generate()
is self-explanatory.exists()
checks to see if the save file exists and returns the corresponding boolean.reader()
scans the file and returns the numbers from the file into a Vec.writer()
scans the line and new number passed in, and writes to SAVE_NAME.
[dependencies]
savesys = "3.5.11"