Removes AssumeAir from IGasMixtureHolder interface.
This commit is contained in:
parent
58371b60ab
commit
2c9ca2f44d
|
|
@ -5,7 +5,5 @@ namespace Content.Server.Interfaces
|
|||
public interface IGasMixtureHolder
|
||||
{
|
||||
public GasMixture Air { get; set; }
|
||||
|
||||
bool AssumeAir(GasMixture giver);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue