10 lines
218 B
C#
10 lines
218 B
C#
using System;
|
|
|
|
namespace ShrinkNetwork.Integration
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
|
public sealed class ShrinkNetworkEventAttribute : Attribute
|
|
{
|
|
}
|
|
}
|