Godot Version
4.2.1
Question
Imagine you have bullets, bombExplosion, flameShot, LaserShot, etc. - all of these are damaging projectiles and back then in another game engine, I have them “inherit” an abstract class so I could call the logic in each method of these objects below when I check for collision. In Godot 4, how to do this?