Deleted the Attributes folder as it is no longer used.
Moved Server.cs from Networking to Communication folder.
Classes all still reside within their original namespaces, just migrating files into their new folders. Namespace migration will take place afterwards.
- BaseObject Saving and Loading fully implemented.
- BaseCharacter Saving and Loading fully implemented.
- Game.cs now contains SaveDataPaths property for allowing users to define where their data will be saved.
-