1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Add GDSOFTCLASS to deeper inheritors of Object

This commit is contained in:
Edward Moulsdale
2025-09-24 19:15:46 +01:00
parent 1ce3101fbc
commit e366471fdc
51 changed files with 154 additions and 18 deletions

View File

@@ -35,6 +35,8 @@
#include "core/debugger/remote_debugger_peer.h"
class RemoteDebuggerPeerWebSocket : public RemoteDebuggerPeer {
GDSOFTCLASS(RemoteDebuggerPeerWebSocket, RemoteDebuggerPeer);
Ref<WebSocketPeer> ws_peer;
List<Array> in_queue;
List<Array> out_queue;