Class ChimneyResults
Inheritance
System.Object
ChimneyResults
Namespace: Eco.Gameplay.Property
Assembly: Eco.Gameplay.dll
Syntax
public class ChimneyResults : Object
Constructors
ChimneyResults()
Declaration
public ChimneyResults()
Fields
Chimneys
Declaration
public List<WorldObject> Chimneys
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<WorldObject> |
FailureReason
Declaration
public string FailureReason
Field Value
Type | Description |
---|---|
System.String |
Success
Declaration
public bool Success
Field Value
Type | Description |
---|---|
System.Boolean |