class RpcAttribute : System.Attribute

Summary

Marks a method as being an RPC. This means that it can be called over the network.

Derived Types

BroadcastAttribute, AuthorityAttribute

User Comments