14 lines
530 B
C#
14 lines
530 B
C#
// SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
|
// SPDX-FileCopyrightText: 2025 Marcus F <199992874+thebiggestbruh@users.noreply.github.com>
|
|
// SPDX-FileCopyrightText: 2025 Marcus F <marcus2008stoke@gmail.com>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
namespace Content.Shared._Goobstation.Body.Components;
|
|
|
|
/// <summary>
|
|
/// Used to ensure that BreathingImmunityComponent is not overriden.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class SpecialBreathingImmunityComponent : Component;
|