Godot Version
Godot 4.2.2-stable
Question
Im having a weird issue where my own resourcetype doesnt get recognized:
this code prints the following:
So what its saying is that right_hand_item is not of Type WeaponResource but its the same as UNARMED_WEAPON, which results in an error when i try to access properties of the WeaponResource. Can someone explain whats going on?