Delta-v/Content.Shared/_DV/Chemistry/Components/BlockInjectionComponent.cs

11 lines
299 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._DV.Chemistry.Components;
/// <summary>
/// Prevents syringes being used on this entity.
/// Hyposprays are unaffected.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class BlockInjectionComponent : Component;