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.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("LayoutId", customTypeSerializer: typeof(PrototypeIdSerializer<WireLayoutPrototype>), required: true)]
|
||||
[DataField("LayoutId", required: true)]
|
||||
public string LayoutId { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user