diff --git a/modules/blazium_sdk/doc_classes/LobbyClient.xml b/modules/blazium_sdk/doc_classes/LobbyClient.xml
index b35aa9aa31a4..17bea1370edc 100644
--- a/modules/blazium_sdk/doc_classes/LobbyClient.xml
+++ b/modules/blazium_sdk/doc_classes/LobbyClient.xml
@@ -33,6 +33,12 @@
Returns the lobby data. Only works if you are host.
+
+
+
+ Returns the self peer data. Only works if you are in a lobby.
+
+
@@ -98,19 +104,19 @@
Generates [signal peer_messaged].
-
+
+
- Set data on the lobby. Only works if you are host.
+ Send data to a peer.
-
+
-
- Send data to a peer.
+ Set data on the lobby. Only works if you are host.
@@ -182,13 +188,6 @@
Signal generated after you connect to the lobby.
-
-
-
-
- Signal generated after data is received.
-
-
@@ -215,6 +214,13 @@
Signal generated after you leave a lobby.
+
+
+
+
+ Signal generated after a notification is received.
+
+
@@ -234,13 +240,6 @@
Signals a log from a command.
-
-
-
-
- Signal generated after a notification is received.
-
-
@@ -286,5 +285,12 @@
Signal generated after a peer reconnects.
+
+
+
+
+ Signal generated after data is received.
+
+
diff --git a/modules/blazium_sdk/doc_classes/LobbyPeer.xml b/modules/blazium_sdk/doc_classes/LobbyPeer.xml
index 80b6be5c8513..858ecccc7dee 100644
--- a/modules/blazium_sdk/doc_classes/LobbyPeer.xml
+++ b/modules/blazium_sdk/doc_classes/LobbyPeer.xml
@@ -9,9 +9,6 @@
-
- Data of the peer.
-
Identifier of the peer.