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