8 lines
246 B
C#
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;
|