LANCommander/LANCommander.SDK/Attributes/HubClientProxyAttribute.cs

8 lines
151 B
C#
Raw Permalink Normal View History

using System;
namespace LANCommander.SDK.Attributes;
[AttributeUsage(AttributeTargets.Method)]
internal class HubClientProxyAttribute : Attribute
{
}