rj-action-library/Runtime/UI/Optimization/RedrawCue.cs

15 lines
147 B
C#

using Godot;
using System;
namespace Rokojori
{
public class RedrawCue
{
public enum CueType
{
Self,
Layout
}
}
}