init
This commit is contained in:
7
Ingame/IMyOxygenTank.cs
Normal file
7
Ingame/IMyOxygenTank.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Sandbox.ModAPI.Ingame
|
||||
{
|
||||
public interface IMyOxygenTank : IMyFunctionalBlock
|
||||
{
|
||||
float GetOxygenLevel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user