using Robust.Shared.GameStates; namespace Content.Shared.Chemistry.Components; /// /// Blocks all attempts to access solutions contained by this entity. /// [RegisterComponent, NetworkedComponent] public sealed partial class BlockSolutionAccessComponent : Component { }