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

15 lines
147 B
C#
Raw Normal View History

2025-06-19 17:22:25 +00:00
using Godot;
using System;
namespace Rokojori
{
public class RedrawCue
{
public enum CueType
{
Self,
Layout
}
}
}