using Godot; using System; public interface ILocation { Vector3 Position { get; } }