BreathingImmunityComponent.cs 675 B

123456789101112131415
  1. // SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
  2. // SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
  3. // SPDX-FileCopyrightText: 2024 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
  4. // SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
  5. //
  6. // SPDX-License-Identifier: AGPL-3.0-or-later
  7. namespace Content.Shared._Shitmed.Body.Components;
  8. /// <summary>
  9. /// Disables a mobs need for air when this component is added.
  10. /// It will neither breathe nor take airloss damage.
  11. /// </summary>
  12. [RegisterComponent]
  13. public sealed partial class BreathingImmunityComponent : Component;