baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
19
tests/MUnique.OpenMU.PlugIns.Tests/ITestCustomPlugIn.cs
Normal file
19
tests/MUnique.OpenMU.PlugIns.Tests/ITestCustomPlugIn.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
// <copyright file="ITestCustomPlugIn.cs" company="MUnique">
|
||||
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
||||
// </copyright>
|
||||
|
||||
namespace MUnique.OpenMU.PlugIns.Tests;
|
||||
|
||||
/// <summary>
|
||||
/// A plugin interface for specific implementations for plugins managed by the <see cref="CustomTestPlugInContainer"/>.
|
||||
/// </summary>
|
||||
public interface ITestCustomPlugIn : ICustomTestPlugInContainer
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// A plugin interface for specific implementations for plugins managed by the <see cref="CustomTestPlugInContainer"/>.
|
||||
/// </summary>
|
||||
public interface IAnotherCustomPlugIn : ICustomTestPlugInContainer
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user