Delta-v/Content.Shared/_Shitmed/Body/Components/BreathingImmunityComponent.cs

9 lines
293 B
C#

namespace Content.Shared._Shitmed.Body.Components;
/// <summary>
/// Disables a mobs need for air when this component is added.
/// It will neither breathe nor take airloss damage.
/// </summary>
[RegisterComponent]
public sealed partial class BreathingImmunityComponent : Component;