Properly dispose of stale pipedata chunks for the atmos monitor (#38974)

This commit is contained in:
Perry Fraser
2025-07-23 11:18:19 -04:00
committed by GitHub
parent c95bbfaf93
commit 002afe8056
4 changed files with 43 additions and 5 deletions

View File

@@ -234,9 +234,9 @@ public struct AtmosMonitoringConsoleEntry
/// </summary>
/// <param name="NetId">The associated network ID.</param>
/// <param name="PipeLayer">The associated pipe layer.</param>
/// <param name="HexCode">The color of the pipe.</param>
/// <param name="Color">The color of the pipe.</param>
[Serializable, NetSerializable]
public record AtmosMonitoringConsoleSubnet(int NetId, AtmosPipeLayer PipeLayer, string HexCode);
public record AtmosMonitoringConsoleSubnet(int NetId, AtmosPipeLayer PipeLayer, Color Color);
public enum AtmosPipeChunkDataFacing : byte
{