8 lines
151 B
C#
8 lines
151 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace LANCommander.SDK.Attributes;
|
||
|
|
|
||
|
|
[AttributeUsage(AttributeTargets.Method)]
|
||
|
|
internal class HubClientProxyAttribute : Attribute
|
||
|
|
{
|
||
|
|
}
|