Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Shared.Construction.Prototypes
|
||||
private readonly Dictionary<string, Dictionary<ConstructionGraphNode, ConstructionGraphNode?>> _pathfinding = new();
|
||||
|
||||
[ViewVariables]
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("start")]
|
||||
|
||||
@@ -57,7 +57,7 @@ namespace Content.Shared.Construction.Prototypes
|
||||
[DataField("objectType")] public ConstructionType Type { get; private set; } = ConstructionType.Structure;
|
||||
|
||||
[ViewVariables]
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("placementMode")]
|
||||
|
||||
Reference in New Issue
Block a user