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

13 lines
185 B
C#
Raw Normal View History

2025-07-03 08:34:35 +00:00
using Godot;
using System.Collections.Generic;
using System;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class AdjustmentsEffect:PostProcessVolumeEffect
{
}
}