Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Content.Server.Atmos.Piping.Components
|
||||
[ViewVariables]
|
||||
public TimeSpan LastProcess { get; set; } = TimeSpan.Zero;
|
||||
|
||||
public GridId? JoinedGrid { get; set; }
|
||||
public EntityUid? JoinedGrid { get; set; }
|
||||
}
|
||||
|
||||
public sealed class AtmosDeviceUpdateEvent : EntityEventArgs
|
||||
|
||||
Reference in New Issue
Block a user