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.
This commit is contained in:
parent
98e01dfd98
commit
373b8b66b8
6 changed files with 6 additions and 7 deletions
11
MudEngine/DAL/SaveDataTypes.cs
Normal file
11
MudEngine/DAL/SaveDataTypes.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace MudEngine.FileSystem
|
||||
{
|
||||
public enum SaveDataTypes
|
||||
{
|
||||
Root,
|
||||
Player,
|
||||
Currencies,
|
||||
Realms,
|
||||
Zones,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue