Makes Airtight ECS. (#4351)
* Makes Airtight ECS. * Remove atmos holdovers while at it!
This commit is contained in:
committed by
GitHub
parent
0aaa2727c8
commit
93acc565f0
10
Content.Server/Atmos/IGasReactionEffect.cs
Normal file
10
Content.Server/Atmos/IGasReactionEffect.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.Atmos.Reactions;
|
||||
|
||||
namespace Content.Server.Atmos
|
||||
{
|
||||
public interface IGasReactionEffect
|
||||
{
|
||||
ReactionResult React(GasMixture mixture, IGasMixtureHolder? holder, AtmosphereSystem atmosphereSystem);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user