baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
12
src/PlugIns/PlugInAttribute.cs
Normal file
12
src/PlugIns/PlugInAttribute.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// <copyright file="PlugInAttribute.cs" company="MUnique">
|
||||
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
||||
// </copyright>
|
||||
|
||||
namespace MUnique.OpenMU.PlugIns;
|
||||
|
||||
/// <summary>
|
||||
/// An attribute which describes an implementation of a plugin interface.
|
||||
/// May be helpful for debugging and the user interface.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class PlugInAttribute : Attribute;
|
||||
Reference in New Issue
Block a user