GasTileOverlay now uses a struct enumerator for enumerating overlays for a given tile. (#4844)
This commit is contained in:
committed by
GitHub
parent
88bee5b878
commit
26c77a0d0b
@@ -45,7 +45,7 @@ namespace Content.Shared.Atmos.EntitySystems
|
||||
{
|
||||
public readonly byte FireState;
|
||||
public readonly float FireTemperature;
|
||||
public readonly GasData[] Gas;
|
||||
public readonly GasData[]? Gas;
|
||||
public readonly int HashCode;
|
||||
|
||||
public GasOverlayData(byte fireState, float fireTemperature, GasData[] gas)
|
||||
|
||||
Reference in New Issue
Block a user