// // Licensed under the MIT License. See LICENSE file in the project root for full license information. // namespace MUnique.OpenMU.PlugIns.Tests; /// /// A plugin interface for specific implementations for plugins managed by the . /// public interface ITestCustomPlugIn : ICustomTestPlugInContainer { } /// /// A plugin interface for specific implementations for plugins managed by the . /// public interface IAnotherCustomPlugIn : ICustomTestPlugInContainer { }