Merge pull request #110694 from wheatear-dev/bugfix-110693

Add `GDSOFTCLASS` to `NetSocket`
This commit is contained in:
Thaddeus Crews
2025-09-20 13:41:33 -05:00

View File

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