summaryrefslogtreecommitdiff
path: root/scene/multiplayer/scene_rpc_interface.h
AgeCommit message (Collapse)Author
2022-02-05[Net] Move RPC, Node cache out of MultiplayerAPI.Fabio Alessandrelli
Now uses two interfaces so it can be overridden in the future, and core no longer depends on Node. The interfaces are implements in scene/multiplayer. Replaces root_node with root_path. Remove all Node references from MultiplayerAPI.