The npc will only move into rooms that have at least one of the zones specified in this list.

Namespace: BaseLib.Impl.Behaviours
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public List<string> AllowedZones { get; private set; }

Field Value

The allowed zones.

See Also