mirror of
https://github.com/StarBeat/JsonRpc.git
synced 2026-03-08 03:55:29 +08:00
9 lines
169 B
C#
9 lines
169 B
C#
|
|
namespace CodeGenerator
|
|||
|
|
{
|
|||
|
|
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
|
|||
|
|
public class JsonRPCAttribute : Attribute
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|