Improve inheritance system in gdnative pluginscript

This commit is contained in:
Emmanuel Leblond 2018-01-15 23:20:02 +01:00
parent 05b1843818
commit 0de61998e4
No known key found for this signature in database
GPG key ID: C360860E645EFFC0
4 changed files with 29 additions and 28 deletions

View file

@ -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;