#nullable enable namespace Content.Shared.GameObjects.Components.Body.Part { /// /// Defines a component as being capable of containing parts. /// Used during surgery. /// // TODO BODY Remove public interface IBodyPartContainer { } }