1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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