I’m writing a class that defines a custom type derived from BaseButton, and I wanted it to modify the transformation of its first child node, so I figured I’d inherit both BaseButton and Container, however, this gives me an ambiguity error when defining GDCLASS.
Is it even possible to have multiple inheritance in GDExtension? Thanks!