15 lines
147 B
C#
15 lines
147 B
C#
|
|
|
||
|
|
using Godot;
|
||
|
|
using System;
|
||
|
|
|
||
|
|
namespace Rokojori
|
||
|
|
{
|
||
|
|
public class RedrawCue
|
||
|
|
{
|
||
|
|
public enum CueType
|
||
|
|
{
|
||
|
|
Self,
|
||
|
|
Layout
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|