using Robust.Shared.GameStates; namespace Content.Shared.Fluids.Components; /// /// Blocks this entity's ability to spill solution containing entities via the verb menu. /// [RegisterComponent, NetworkedComponent] public sealed partial class PreventSpillerComponent : Component { }