muddesigner/MudEngine/DAL/SaveDataTypes.cs
Scionwest_cp 373b8b66b8 Renamed MudEngine.FileSystem folder to MudEngine.DAL (Data Access Layer)
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.
2011-09-27 18:44:18 -07:00

11 lines
No EOL
170 B
C#

namespace MudEngine.FileSystem
{
public enum SaveDataTypes
{
Root,
Player,
Currencies,
Realms,
Zones,
}
}