Delta-v/Content.Shared/_Shitmed/Surgery/Tools/MedicalSurgeryToolComponent.cs

10 lines
363 B
C#

namespace Content.Shared._Shitmed.Medical.Surgery.Tools;
/// <summary>
/// DeltaV - This is only used to make sure that borgs can only use actual MEDICAL
/// surgery tools in the surgery module, not random shitmed tools like glass shards
/// or edaggers.
/// </summary>
[RegisterComponent]
public sealed partial class MedicalSurgeryToolComponent : Component { }