Allow ClassDB to create a Object without postinitialization for GDExtension.
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
class DTLSServerMbedTLS : public DTLSServer {
|
||||
private:
|
||||
static DTLSServer *_create_func();
|
||||
static DTLSServer *_create_func(bool p_notify_postinitialize);
|
||||
Ref<TLSOptions> tls_options;
|
||||
Ref<CookieContextMbedTLS> cookies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user