fish-station/Content.Server/Atmos/Components/PressureImmunityComponent.cs

6 lines
137 B
C#

namespace Content.Server.Atmos.Components;
[RegisterComponent]
public sealed partial class PressureImmunityComponent : Component
{
}