Files
OldThink/Content.Shared/_White/MagGloves/KeepItemsOnFallComponent.cs
Viktor 1b2b313804 Mag gloves (#147)
* created yml

* +mechanics

* textures

* full implementation of magnetic gloves without lathe crafts and researches

* finale

* meeerge

* Fixed
2024-03-21 03:08:17 +03:00

11 lines
224 B
C#

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
{
}