Commit graph

2 commits

Author SHA1 Message Date
Scionwest_cp
a8bfa1b38e Added better commenting to FileSystem.cs 2009-11-07 11:15:35 -08:00
Scionwest_cp
97274cb4aa MUDEngine:
* Created a FileSystem class. FileSystem acts as a back end class for saving and loading data. Adding additional file types or data management options such as SQL will not be easier to implement by creating a new class that the FileSystem class can use.
 * XmlSerialization class is no longer public. It's changed to internal and has its information passed to it via the FileSystem class.

Project Manager:
 * Project Manager now uses the FileSystem class for saving and loading data instead of the XmlSerialization class.
2009-11-06 17:45:46 -08:00