rj-action-library/Runtime/Shading/Generators/Data/Vector2Modifier.cs

14 lines
206 B
C#

using Godot;
using System.Reflection;
using System.Collections.Generic;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class Vector2Modifier:ShaderGenerationModule
{
}
}