- Realms, Zones and Room editors now are all working together.

- Deleting Realms now deletes all zones and rooms attached to it.
This commit is contained in:
Scionwest_cp 2009-12-04 23:56:32 -08:00
parent 3cfa72ef69
commit 1206fccc9d
8 changed files with 176 additions and 165 deletions

View file

@ -13,5 +13,7 @@ namespace MudDesigner.MudEngine.Objects.Environment
get;
set;
}
public List<Room> Rooms { get; set; }
}
}