feat: added get_singleton() functions to c/s-nodes

This commit is contained in:
Sara Gerretsen 2025-10-13 17:25:15 +02:00
parent a5df2ff598
commit badf83cf91
4 changed files with 12 additions and 0 deletions

View file

@ -15,6 +15,7 @@ protected:
void _notification(int what);
public:
static ClientNode *get_singleton();
void connect_to_server(String const &url);
private: