// // Licensed under the MIT License. See LICENSE file in the project root for full license information. // namespace MUnique.OpenMU.PlugIns.Tests; using System.Runtime.InteropServices; /// /// A common interface for all plugins managed by the . /// [CustomPlugInContainer("test custom container interface", "")] [Guid("AD127356-FF4D-47EE-9E36-52DB0C2881B6")] public interface ICustomTestPlugInContainer { }