mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 15:08:46 +03:00
8 lines
133 B
C#
8 lines
133 B
C#
namespace Content.Server.Atmos
|
|
{
|
|
public interface IGasMixtureHolder
|
|
{
|
|
public GasMixture Air { get; set; }
|
|
}
|
|
}
|