init
This commit is contained in:
18
Ingame/IMyShipWelder.cs
Normal file
18
Ingame/IMyShipWelder.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sandbox.ModAPI.Ingame
|
||||
{
|
||||
/// <summary>
|
||||
/// Ship welder interface
|
||||
/// </summary>
|
||||
public interface IMyShipWelder : IMyShipToolBase
|
||||
{
|
||||
/// <summary>
|
||||
/// True if welder is set to helper mode
|
||||
/// </summary>
|
||||
bool HelpOthers { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user