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