rj-action-library/Runtime/VirtualCameras/PostProcess/AdjustmentsEffect.cs

13 lines
185 B
C#

using Godot;
using System.Collections.Generic;
using System;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class AdjustmentsEffect:PostProcessVolumeEffect
{
}
}