[Missing <summary> documentation for "P:XmlDefs.Room.Zones"]

Namespace: XmlDefs
Assembly: XmlDefs (in XmlDefs.dll) Version: 0.5.0.0

Syntax

C#
[HelpAttribute("List of zones that this room belongs to.  Zones are used to define areas where some NPCs can move.")]
public virtual List<string> Zones { get; set; }

See Also