You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user