1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.

This commit is contained in:
Fabio Alessandrelli
2021-07-12 16:26:37 +02:00
parent b31e8530b2
commit 97e763dddf
5 changed files with 44 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ def get_doc_classes():
return [
"WebRTCPeerConnection",
"WebRTCDataChannel",
"WebRTCMultiplayer",
"WebRTCMultiplayerPeer",
]