mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
Merge pull request #110694 from wheatear-dev/bugfix-110693
Add `GDSOFTCLASS` to `NetSocket`
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include "core/object/ref_counted.h"
|
||||
|
||||
class NetSocket : public RefCounted {
|
||||
GDSOFTCLASS(NetSocket, RefCounted);
|
||||
|
||||
protected:
|
||||
static NetSocket *(*_create)();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user