So I have two classes one called Alien that extends from class Area3D and one called ShieldAlied that extends form the base Alien Script, however when I try to run my game, it crashes with error "Scripts inherits form native class 'Area3D', so it can't be assigned to an object of type: 'Node3D' ", which is very weird because the node I attached script to is an Area3D node. Anyone can help? I'm using c# and Godot 4.2
