Demiplan polishing 2 (#528)
* wizden PR copy * starter rooms * grass geode location, new modifiers
This commit is contained in:
@@ -20,18 +20,18 @@ public sealed partial class RoomFillComponent : Component
|
||||
/// <summary>
|
||||
/// Size of the room to fill.
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public Vector2i Size;
|
||||
[DataField]
|
||||
public Vector2i? Size;
|
||||
|
||||
/// <summary>
|
||||
/// Rooms allowed for the marker.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public EntityWhitelist? RoomWhitelist;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Should any existing entities / decals be bulldozed first.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool ClearExisting;
|
||||
public bool ClearExisting = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user