using Godot; namespace Movementtests.interfaces; public interface ITargetable { Vector3 GetTargetGlobalPosition(); }