Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 29, 2024
1 parent 02063c3 commit 29a40ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion modules/blazium_sdk/lobby/lobby_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void LobbyClient::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_peer"), &LobbyClient::get_peer);
ClassDB::bind_method(D_METHOD("get_peers"), &LobbyClient::get_peers);


ADD_PROPERTY(PropertyInfo(Variant::STRING, "server_url", PROPERTY_HINT_NONE, ""), "set_server_url", "get_server_url");
ADD_PROPERTY(PropertyInfo(Variant::BOOL, "connected"), "", "get_connected");
ADD_PROPERTY(PropertyInfo(Variant::OBJECT, "lobby", PROPERTY_HINT_RESOURCE_TYPE, "LobbyInfo"), "", "get_lobby");
Expand Down
1 change: 1 addition & 0 deletions modules/blazium_sdk/lobby/lobby_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class LobbyClient : public BlaziumClient {
ViewLobbyResponse(const ViewLobbyResponse &p_other) {}
ViewLobbyResponse() {}
};

private:
Ref<WebSocketPeer> _socket;
int _counter = 0;
Expand Down

0 comments on commit 29a40ed

Please sign in to comment.