mirror of
https://github.com/godotengine/godot.git
synced 2026-01-09 02:14:15 +03:00
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.