Skip to main content
Version: 0.1.1

ReadyM.Api.Multiplayer.RPC

Classes

ClientRpcHandler

Base class for a client-side RPC handler. Each class that defines RPC methods with [RpcEvent] attributes must inherit from this class.

RpcBase

Base class for all RPC handlers, client and server.

ServerRpcClient