// SPDX-FileCopyrightText: 2025 GoobBot // SPDX-FileCopyrightText: 2025 Marcus F <199992874+thebiggestbruh@users.noreply.github.com> // // SPDX-License-Identifier: AGPL-3.0-or-later namespace Content.Shared._Goobstation.Temperature.Components; /// /// Used to ensure that HighTempImmunityComponent is not overriden (when it is made eventually) /// [RegisterComponent] public sealed partial class SpecialHighTempImmunityComponent : Component;