Files
tbd-station-14/Content.Server/Fluids/Components/PreventSpillerComponent.cs
Repo af76a4a76b Prevent mice from spilling containers. (#22812)
Added component on mouse prototype to prevent spill verb from being added
2023-12-21 03:23:01 -07:00

8 lines
134 B
C#

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