baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
18
tests/MUnique.OpenMU.PlugIns.Tests/TestCustomPlugIn2.cs
Normal file
18
tests/MUnique.OpenMU.PlugIns.Tests/TestCustomPlugIn2.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// <copyright file="TestCustomPlugIn2.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;
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
/// <summary>
|
||||
/// A second test implementation of <see cref="ITestCustomPlugIn"/>.
|
||||
/// </summary>
|
||||
[PlugIn]
|
||||
[Display(Name = nameof(TestCustomPlugIn2))]
|
||||
[Guid("9431C449-1F0C-47C1-BE5D-F9E356090DAB")]
|
||||
public class TestCustomPlugIn2 : ITestCustomPlugIn, IAnotherCustomPlugIn
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user