namespace Content.Shared._White._Engi.DamageableClothing; /// /// WD. /// This component gets dynamically added to an Entity via the . /// [RegisterComponent] public sealed partial class DamageableClothingUserComponent : Component { /// /// The entity that's also being damaged. /// [DataField] public EntityUid? ItemId; }