JsonRpc/CodeGenerator/JsonRPCAttribute.cs
2025-10-14 21:05:08 +08:00

9 lines
169 B
C#

namespace CodeGenerator
{
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
public class JsonRPCAttribute : Attribute
{
}
}