Delta-v/Content.Shared/_Shitmed/Surgery/Conditions/SurgeryWoundedConditionComp...

7 lines
241 B
C#

using Content.Shared.Body.Part;
using Robust.Shared.GameStates;
namespace Content.Shared._Shitmed.Medical.Surgery.Conditions;
[RegisterComponent, NetworkedComponent]
public sealed partial class SurgeryWoundedConditionComponent : Component;