Merge pull request #30296 from neikeq/issue-30127
Expose ResourceImporter to the scripting API
This commit is contained in:
commit
42a0148f17
@ -190,6 +190,8 @@ void register_core_types() {
|
||||
|
||||
ClassDB::register_class<JSONParseResult>();
|
||||
|
||||
ClassDB::register_virtual_class<ResourceImporter>();
|
||||
|
||||
ip = IP::create();
|
||||
|
||||
_geometry = memnew(_Geometry);
|
||||
|
Loading…
Reference in New Issue
Block a user