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

13 lines
199 B
C#

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