using System; using System.Collections.Generic; using System.Linq; using System.Text; using VRage.Game.ModAPI; namespace Sandbox.ModAPI.Ingame { public interface IMyExtendedPistonBase : IMyPistonBase { } }