linter incident
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
using Content.Shared.Construction.Conditions;
|
using Content.Shared.Construction.Conditions;
|
||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Robust.Shared.Serialization.Manager.Attributes;
|
using Robust.Shared.Serialization.Manager.Attributes;
|
||||||
|
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||||
using Robust.Shared.Utility;
|
using Robust.Shared.Utility;
|
||||||
using Robust.Shared.ViewVariables;
|
using Robust.Shared.ViewVariables;
|
||||||
|
|
||||||
@@ -27,7 +28,7 @@ namespace Content.Shared.Construction.Prototypes
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The <see cref="ConstructionGraphPrototype"/> this construction will be using.
|
/// The <see cref="ConstructionGraphPrototype"/> this construction will be using.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("graph")]
|
[DataField("graph", customTypeSerializer:typeof(PrototypeIdSerializer<ConstructionGraphPrototype>))]
|
||||||
public string Graph { get; } = string.Empty;
|
public string Graph { get; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -110,7 +110,7 @@
|
|||||||
- type: construction
|
- type: construction
|
||||||
name: tinted window
|
name: tinted window
|
||||||
id: TintedWindow
|
id: TintedWindow
|
||||||
graph: window
|
graph: Window
|
||||||
startNode: start
|
startNode: start
|
||||||
targetNode: tintedWindow
|
targetNode: tintedWindow
|
||||||
category: Structures
|
category: Structures
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: railing corner small
|
name: railing corner small
|
||||||
id: RailingCornerSmall
|
id: RailingCornerSmall
|
||||||
graph: Railing
|
graph: Railing
|
||||||
startNode: start
|
startNode: start
|
||||||
targetNode: railingCornerSmall
|
targetNode: railingCornerSmall
|
||||||
|
|||||||
Reference in New Issue
Block a user