rokojori_action_library/Runtime/UI/Optimization/RedrawCue.cs

16 lines
174 B
C#
Raw Normal View History

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