using Godot;
using Rokojori.Extensions;
namespace Rokojori
{
public class Ray3
public Vector3 offset;
public Vector3 direction;
}