LANCommander/LANCommander.SDK/Attributes/HubServerProxyAttribute.cs

8 lines
No EOL
151 B
C#

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