Show / Hide Table of Contents

Interface IRoomDescription

Inherited Members
IRoomDescription.IsCorridor
Namespace: Edgar.Legacy.Core.MapDescriptions.Interfaces
Assembly: Edgar.dll
Syntax
public interface IRoomDescription : IRoomDescription

Properties

RoomTemplates

Declaration
List<RoomTemplate> RoomTemplates { get; }
Property Value
Type Description
System.Collections.Generic.List<RoomTemplate>

Stage

Declaration
int Stage { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX