Files
tbd-station-14/Content.Shared/DeltaV/Weather/Components/AshStormImmuneComponent.cs
2025-11-27 15:12:43 -05:00

10 lines
273 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.DeltaV.Weather.Components;
/// <summary>
/// Makes an entity not take damage from ash storms.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class AshStormImmuneComponent : Component;