mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 05:43:21 +00:00
2b9d9bc364
In general they are more confusing to users because they expect inheritance to fully override parent methods. This behavior can be enabled by script writers using a simple super() call.