rokojori_action_library/Runtime/Cameras/PostProcess/AdjustmentsEffect.cs

14 lines
212 B
C#

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