6
StarHorizon_Public/Content.Shared/_NF/Standing/PreventDropOnDownedComponent.cs
2025-11-03 10:15:18 +03: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;