namespace Sandbox.ModAPI.Ingame { public interface IMyOxygenTank : IMyFunctionalBlock { float GetOxygenLevel(); } }