using Godot; using System; public struct Double2 { public double x; public double y; }