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