Files
OldThink/Content.Shared/_White/MagGloves/KeepItemsOnFallComponent.cs

11 lines
224 B
C#
Raw Permalink Normal View History

namespace Content.Shared._White.MagGloves;
/// <summary>
/// This is used to prevent entity loose it's items on fall.
/// </summary>
[RegisterComponent]
public sealed partial class KeepItemsOnFallComponent : Component
{
}