using HarmonyLib; using VRage.Plugins; namespace PluginLoader.SEPM; public interface SEPMPlugin : IPlugin { void Main(Harmony harmony, Logger log); }