- 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:
parent
3cfa72ef69
commit
1206fccc9d
8 changed files with 176 additions and 165 deletions
|
@ -13,5 +13,7 @@ namespace MudDesigner.MudEngine.Objects.Environment
|
|||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public List<Room> Rooms { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue