RpcFunction constructor
- bool canRunLocally = false,
- RpcNetworkerMode mode = RpcNetworkerMode.authority,
- required RawNetworkerPipe pipe,
Implementation
const RpcFunction({
this.canRunLocally = false,
this.mode = RpcNetworkerMode.authority,
required this.pipe,
});