using Godot;
using System.Text;
using System.Collections.Generic;
namespace Rokojori
{
public class ResourceRunner<R,D,P> where R:Resource where P:Node
public D data;
}