Removes AssumeAir from IGasMixtureHolder interface.

This commit is contained in:
Víctor Aguilera Puerto
2020-08-11 17:41:59 +02:00
parent 58371b60ab
commit 2c9ca2f44d

View File

@@ -5,7 +5,5 @@ namespace Content.Server.Interfaces
public interface IGasMixtureHolder
{
public GasMixture Air { get; set; }
bool AssumeAir(GasMixture giver);
}
}