JsonRpc/CodeGenerator/JsonRPCAttribute.cs

9 lines
169 B
C#
Raw Normal View History

2025-10-14 21:05:08 +08:00
namespace CodeGenerator
{
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
public class JsonRPCAttribute : Attribute
{
}
}