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.
11 lines
No EOL
170 B
C#
11 lines
No EOL
170 B
C#
namespace MudEngine.FileSystem
|
|
{
|
|
public enum SaveDataTypes
|
|
{
|
|
Root,
|
|
Player,
|
|
Currencies,
|
|
Realms,
|
|
Zones,
|
|
}
|
|
} |