using Content.Shared._Shitmed.Targeting; namespace Content.Server.Atmos.Components; /// /// Component that is used on clothing to prevent ignition when exposed to a specific gas. /// [RegisterComponent] public sealed partial class IgniteFromGasImmunityComponent : Component { // // Which body parts are given ignition immunity. // [DataField(required: true)] public HashSet Parts; }