using Robust.Shared.GameObjects;
namespace Content.Server.Atmos
{
public interface IFireAct
void FireAct(float temperature, float volume);
}