rokojori_action_library/Runtime/Godot/ResourceRunner.cs

12 lines
186 B
C#

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;
}
}