Merge pull request #30296 from neikeq/issue-30127
Expose ResourceImporter to the scripting API
This commit is contained in:
commit
42a0148f17
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue