init
This commit is contained in:
18
Ingame/IMyOxygenGenerator.cs
Normal file
18
Ingame/IMyOxygenGenerator.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sandbox.ModAPI.Ingame
|
||||
{
|
||||
/// <summary>
|
||||
/// Oxygen generator interface
|
||||
/// </summary>
|
||||
public interface IMyOxygenGenerator : IMyFunctionalBlock
|
||||
{
|
||||
/// <summary>
|
||||
/// Autorefill enabled
|
||||
/// </summary>
|
||||
bool AutoRefill { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user