rj-action-library/Runtime/Structures/Spatial/OcTree/OcTreeNode.cs

14 lines
158 B
C#

using System.Collections;
using System.Collections.Generic;
using Godot;
using System;
namespace Rokojori
{
public class OcTreeNode<T,D>
{
}
}