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