Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Content.Server.Power.NodeGroups
|
||||
|
||||
void QueueNetworkReconnect();
|
||||
|
||||
GridId? GridId { get; }
|
||||
EntityUid? GridId { get; }
|
||||
}
|
||||
|
||||
[NodeGroup(NodeGroupID.Apc)]
|
||||
@@ -41,7 +41,7 @@ namespace Content.Server.Power.NodeGroups
|
||||
private IEnumerable<ApcPowerReceiverComponent> AllReceivers =>
|
||||
Providers.SelectMany(provider => provider.LinkedReceivers);
|
||||
|
||||
GridId? IApcNet.GridId => GridId;
|
||||
EntityUid? IApcNet.GridId => GridId;
|
||||
|
||||
[ViewVariables]
|
||||
public PowerState.Network NetworkNode { get; } = new();
|
||||
|
||||
Reference in New Issue
Block a user