// // Licensed under the MIT License. See LICENSE file in the project root for full license information. // namespace MUnique.OpenMU.PlugIns; /// /// An attribute which describes an implementation of a plugin interface. /// May be helpful for debugging and the user interface. /// [AttributeUsage(AttributeTargets.Class)] public class PlugInAttribute : Attribute;