6
StarHorizon_Public/Content.Shared/_NF/Standing/PreventDropOnDownedComponent.cs
2026-01-13 18:31:02 +02:00

8 lines
246 B
C#

namespace Content.Shared._NF.Standing;
/// <summary>
/// This component prevents an entity from dropping its held items when it falls over.
/// </summary>
[RegisterComponent]
public sealed partial class PreventDropOnDownedComponent : Component;