Add GDSOFTCLASS to NetSocket

This commit is contained in:
Edward Moulsdale
2025-09-19 16:01:01 +01:00
parent 2753d333f6
commit c652119812

View File

@ -34,6 +34,8 @@
#include "core/object/ref_counted.h"
class NetSocket : public RefCounted {
GDSOFTCLASS(NetSocket, RefCounted);
protected:
static NetSocket *(*_create)();