Avant-Flux/eternity

Classes do not need #load only #save

Closed this issue · 1 comments

All classes should attempt to load from disk on #initialize, and generate new content if there is nothing on disk.

This can not be done, as there would be no way to initialize new objects for the loaded data to go into, unless you combine load logic with initialization logic.

Issue deemed invalid. Closed.