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