shmodot/scripts/orbits/math/Double2.cs

8 lines
95 B
C#

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