Serv3 rework content changes (#7145)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Shared.Construction.Prototypes
|
||||
private readonly Dictionary<string, Dictionary<ConstructionGraphNode, ConstructionGraphNode?>> _pathfinding = new();
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("id", required: true)]
|
||||
[IdDataFieldAttribute]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[ViewVariables]
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace Content.Shared.Construction.Prototypes
|
||||
[DataField("objectType")] public ConstructionType Type { get; private set; } = ConstructionType.Structure;
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("id", required: true)]
|
||||
[IdDataFieldAttribute]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("placementMode")]
|
||||
|
||||
Reference in New Issue
Block a user