mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 21:34:46 +00:00
d779b5aa3e
In this PR: - Removed rset - rpc_config can now optionally configure transfer mode (reliable/unreliable/ordered) and channel (channels are not actually implemented yet.) - Refactor how the RPC id is computed to minimize the logic in Node and scripts that now only needs a single `get_rpc_methods` function.