Returns an ArrayList of Exit with the exits for this room.

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

Syntax

C#
public List<Exit> Exits { get; }

See Also