Files
tbd-station-14/Content.Server/Atmos/IGasMixtureHolder.cs
2022-05-13 17:59:03 +10:00

8 lines
133 B
C#

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