After the AngelScript version update protected property is available.
Urho’s editor hides private properties but not protected properties.
It should also hide protected properties since they’re not public, they’re just like private but allowing derived classes to access them.
It will be very helpful to make sure the editor doesn’t give the user access to edit properties it shouldn’t have access to, both to prevent data corruption and to only keep relevant properties listed in the editor.