Files
wwdpublic/Content.Server/Fluids/Components/PreventSpillerComponent.cs
Repo d9c73442ed Prevent mice from spilling containers. (#22812)
Added component on mouse prototype to prevent spill verb from being added
2023-12-22 23:16:27 +01:00

8 lines
134 B
C#

namespace Content.Server.Fluids.Components;
[RegisterComponent]
public sealed partial class PreventSpillerComponent : Component
{
}