8 lines
95 B
C#
8 lines
95 B
C#
using Godot;
|
|
using System;
|
|
|
|
public struct Double2
|
|
{
|
|
public double x;
|
|
public double y;
|
|
} |