Files
2026-07-13 13:13:17 +08:00

11 lines
287 B
C#

namespace Examples.user.still.there.scenes;
[Guid("6231f780-c66f-452d-ba1c-4b5e21efc97d")]
internal sealed class IntoTheWhiteScene : Instance<IntoTheWhiteScene>
{
[Output(Guid = "1cd5f974-e4dc-46b7-a9e2-829938022644")]
public readonly TimeClipSlot<Command> Output2 = new();
}