using System; namespace ShrinkNetwork.Integration { [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public sealed class ShrinkNetworkEventAttribute : Attribute { } }