forked from sascha/godot
Fix getting properties state when reloading C#
When reloading C# classes and keep their properties values they are retrieved and stored in a state list. Retrieving the properties was only getting the fields of the C# class and not inherited fields so those properties values were lost on reload. Now we also try to find the field in the parent classes.3.5
parent
a75afd61a7
commit
907e709f9d
Loading…
Reference in New Issue