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:
parent
56ce8667ff
commit
d5ebbe186f
6 changed files with 36 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue