mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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