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