Revert "Add chem solution atmos heating and cooling (#17854)" (#17871)

This reverts commit 03d6b0ced7.
This commit is contained in:
Chief-Engineer
2023-07-06 23:53:19 -05:00
committed by GitHub
parent 440b7c0d37
commit 1960dd2620
10 changed files with 1 additions and 84 deletions

View File

@@ -31,7 +31,7 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem
[Dependency] private readonly TransformSystem _transformSystem = default!;
[Dependency] private readonly TileSystem _tile = default!;
public const float ExposedUpdateDelay = 1f;
private const float ExposedUpdateDelay = 1f;
private float _exposedTimer = 0f;
public override void Initialize()