// SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com> // SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org> // SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> // // SPDX-License-Identifier: AGPL-3.0-or-later using Robust.Shared.GameStates; namespace Content.Shared._Shitmed.Medical.Surgery.Conditions; /// /// Requires that this part is attached to a body for the surgery to be done. /// [RegisterComponent, NetworkedComponent] public sealed partial class SurgeryHasBodyConditionComponent : Component;