using System; namespace ICD.Common.Attributes { [AttributeUsage(AttributeTargets.Assembly)] public sealed class KrangPluginAttribute : Attribute { } }