Files
OldThink/Content.Shared/_White/MagGloves/PreventDisarmComponent.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
233 B
C#

namespace Content.Shared._White.MagGloves;
/// <summary>
/// This is used to prevent disarming when magnetic gloves are enabled.
/// </summary>
[RegisterComponent]
public sealed partial class PreventDisarmComponent : Component
{
}