Add extra debug data to nodevis (#6684)
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Maths;
|
||||
using Robust.Shared.Serialization;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.NodeContainer
|
||||
{
|
||||
@@ -24,6 +20,7 @@ namespace Content.Shared.NodeContainer
|
||||
{
|
||||
public List<GroupData> Groups = new();
|
||||
public List<int> GroupDeletions = new();
|
||||
public Dictionary<int, string?> GroupDataUpdates = new();
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
@@ -33,6 +30,7 @@ namespace Content.Shared.NodeContainer
|
||||
public string GroupId = "";
|
||||
public Color Color;
|
||||
public NodeDatum[] Nodes = Array.Empty<NodeDatum>();
|
||||
public string? DebugData;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user