1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.

This commit is contained in:
Fabio Alessandrelli
2021-07-12 16:11:05 +02:00
parent 72240084ca
commit 88d68346ee
31 changed files with 102 additions and 102 deletions

View File

@@ -288,7 +288,7 @@ Ref<WebSocketPeer> WSLClient::get_peer(int p_peer_id) const {
return _peer;
}
NetworkedMultiplayerPeer::ConnectionStatus WSLClient::get_connection_status() const {
MultiplayerPeer::ConnectionStatus WSLClient::get_connection_status() const {
if (_peer->is_connected_to_host()) {
return CONNECTION_CONNECTED;
}