You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#include "editor/settings/editor_settings.h"
|
||||
|
||||
class EditorDebuggerServerTCP : public EditorDebuggerServer {
|
||||
GDSOFTCLASS(EditorDebuggerServerTCP, EditorDebuggerServer);
|
||||
|
||||
private:
|
||||
Ref<TCPServer> server;
|
||||
String endpoint;
|
||||
|
||||
Reference in New Issue
Block a user