Content update for NetEntities (#18935)
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Content.Shared.NodeContainer
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class NodeDatum
|
||||
{
|
||||
public EntityUid Entity;
|
||||
public NetEntity Entity;
|
||||
public int NetId;
|
||||
public int[] Reachable = Array.Empty<int>();
|
||||
public string Name = "";
|
||||
|
||||
Reference in New Issue
Block a user