Prevent mice from spilling containers. (#22812)

Added component on mouse prototype to prevent spill verb from being added
This commit is contained in:
Repo
2023-12-21 23:23:01 +13:00
committed by GitHub
parent 174dcac683
commit af76a4a76b
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Server.Fluids.Components;
[RegisterComponent]
public sealed partial class PreventSpillerComponent : Component
{
}