Skip to content

Commit

Permalink
Update LobbyClient.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 29, 2024
1 parent d047719 commit 32b6402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/blazium_sdk/doc_classes/LobbyClient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@
</description>
</signal>
<signal name="lobby_created">
+ <param index="0" name="lobby" type="LobbyInfo" />
+ <param index="1" name="peers" type="LobbyPeer[]" />
<param index="0" name="lobby" type="LobbyInfo" />
<param index="1" name="peers" type="LobbyPeer[]" />
<description>
Signal generated after a lobby is created.
</description>
</signal>
<signal name="lobby_joined">
+ <param index="0" name="lobby" type="LobbyInfo" />
+ <param index="1" name="peers" type="LobbyPeer[]" />
<param index="0" name="lobby" type="LobbyInfo" />
<param index="1" name="peers" type="LobbyPeer[]" />
<description>
Signal generated after you joint a lobby.
</description>
Expand Down

0 comments on commit 32b6402

Please sign in to comment.