Add chem solution atmos heating and cooling (#17854)

This commit is contained in:
0x6273
2023-07-07 03:18:56 +02:00
committed by GitHub
parent 522e04f0c8
commit 03d6b0ced7
10 changed files with 84 additions and 1 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!;
private const float ExposedUpdateDelay = 1f;
public const float ExposedUpdateDelay = 1f;
private float _exposedTimer = 0f;
public override void Initialize()