- Zone.RefreshRoomList method was renamed to Zone.RebuildRoomCollection.

Designer:
 - Room Editor now adjusts all of a Rooms connected doorways to connect to a re-named Room. No need to manually load and edit each Room connected to 'Bedroom' after it was renamed from 'New Room'
This commit is contained in:
Scionwest_cp 2010-01-28 18:56:58 -08:00
parent 5f9a707b4c
commit 2ec31c0170
6 changed files with 63 additions and 3 deletions

View file

@ -105,7 +105,7 @@ namespace MudDesigner.MudEngine.GameObjects.Environment
/// This is a time consuming process if there are a large amount of
/// of rooms, use sparingly.
/// </summary>
public void RefreshRoomList()
public void RebuildRoomCollection()
{
Rooms = new List<Room>();
//Create our collection of Rooms.