Enum ERoofStatus
The status of a roof on a tile.
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public enum ERoofStatus : int
Fields
Name | Description |
---|---|
NoRoof | This tile has no roof |
Roofed | A roof has been fully-built on this tile |
RoofInProgress | Someone or something is currently building a roof on this tile. Jobs will be sent to make sure it eventually gets finished |