rokojori_action_library/Runtime/Godot/ResourceRunner.cs

13 lines
213 B
C#

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