Major Changes:

- Finalized Adding/Removing Zones from within Realms (their Rooms included.)
 - Finalized Deleting objects.
 - Rooms can now be loaded and edited after Saving.

Minor Changes:
 - Code Optimizations
 - Object Property organizing improved.
This commit is contained in:
Scionwest_cp 2010-01-19 15:08:19 -08:00
parent 56ce8667ff
commit d5ebbe186f
6 changed files with 36 additions and 7 deletions

View file

@ -61,7 +61,7 @@ namespace MudDesigner.MudEngine.GameObjects.Environment
{
Rooms = new List<Room>();
IsSafe = false;
//throw new NotSupportedException("Parameterless constructors of Type " + this.GetType().FullName + " is not supported.");
Realm = "No Realm Associated.";
}
/// <summary>