using Content.Shared.Atmos; namespace Content.Server.Atmos { public interface IGasMixtureHolder { public GasMixture Air { get; set; } } }