Entity storage air capacity changes (#14734)

This commit is contained in:
Kara
2023-03-18 17:56:38 -07:00
committed by GitHub
parent fff00dd25f
commit 7995817c80
4 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ namespace Content.Shared.Storage.Components;
public abstract class SharedEntityStorageComponent : Component
{
public readonly float MaxSize = 1.0f; // maximum width or height of an entity allowed inside the storage.
public const float GasMixVolume = 70f;
public static readonly TimeSpan InternalOpenAttemptDelay = TimeSpan.FromSeconds(0.5);
public TimeSpan LastInternalOpenAttempt;