Deleted Networking folder.
Deleted ParseProperty Attribute. A different approach will be used for dynamic Type saving. Removed BaseObject.NewSave(). The re-write on save code will be done at a later date.
This commit is contained in:
parent
373b8b66b8
commit
c432edbef9
5 changed files with 1 additions and 65 deletions
|
@ -6,7 +6,6 @@ using System.Text;
|
|||
using System.IO;
|
||||
|
||||
//MUD Engine
|
||||
using MudEngine.Attributes;
|
||||
using MudEngine.FileSystem;
|
||||
using MudEngine.Commands;
|
||||
using MudEngine.GameManagement;
|
||||
|
@ -40,7 +39,6 @@ namespace MudEngine.GameObjects.Characters
|
|||
/// <summary>
|
||||
/// The current Room this Character is located at.
|
||||
/// </summary>
|
||||
[ParseProperty(typeof(Room))]
|
||||
public Room CurrentRoom { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue