Namespace FNNLib.RPC
Classes
BaseRPCResponse
The base RPC response. This is a base class as we can't store templated classes. We can however store this and use properties to pass the value back to where it is understood.
ClientRPCAttribute
RPCAttribute
RPCPacket
RPCResponse<T>
A RPC response This wraps the base response and casts the result to the desired type.
RPCResponsePacket
An RPC response.