using Content.Shared.GameObjects.Components.Damage; using Robust.Shared.Interfaces.GameObjects; namespace Content.Shared.GameObjects.Components.Body { public interface IBodyManagerComponent : IDamageableComponent { } }