godot/scene/multiplayer
Fabio Alessandrelli 347d2dfc42 [Net] Move RPC, Node cache out of MultiplayerAPI.
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.
2022-02-05 02:00:23 +01:00
..
multiplayer_spawner.cpp
multiplayer_spawner.h
multiplayer_synchronizer.cpp
multiplayer_synchronizer.h
scene_cache_interface.cpp
scene_cache_interface.h
scene_replication_interface.cpp
scene_replication_interface.h
scene_replication_state.cpp
scene_replication_state.h
scene_rpc_interface.cpp
scene_rpc_interface.h
SCsub