mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 01:35:06 +00:00
10 lines
159 B
C#
10 lines
159 B
C#
using System;
|
|
|
|
namespace ICD.Common.Attributes
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
public sealed class KrangPluginAttribute : Attribute
|
|
{
|
|
}
|
|
}
|