using Godot; namespace Enigmos.Ports; public interface IBasePort { Vector2 PositionToBoard(); int Condition { get; set; } int Quality { get; set; } }