fix yamllinter (#10221)
Co-authored-by: Paul Ritter <ritter.paul1@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ public sealed class WiresComponent : Component
|
|||||||
/// The layout ID of this entity's wires.
|
/// The layout ID of this entity's wires.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
[DataField("LayoutId", customTypeSerializer: typeof(PrototypeIdSerializer<WireLayoutPrototype>), required: true)]
|
[DataField("LayoutId", required: true)]
|
||||||
public string LayoutId { get; set; } = default!;
|
public string LayoutId { get; set; } = default!;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user