mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Improve inheritance system in gdnative pluginscript
This commit is contained in:
parent
05b1843818
commit
0de61998e4
4 changed files with 29 additions and 28 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
bool _tool;
|
||||
bool _valid;
|
||||
|
||||
Ref<PluginScript> _ref_base_parent;
|
||||
Ref<Script> _ref_base_parent;
|
||||
StringName _native_parent;
|
||||
SelfList<PluginScript> _script_list;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue