10 lines
259 B
C#
10 lines
259 B
C#
namespace Examples.user.pixtur.vj.avjam24;
|
|
|
|
[Guid("4e588dd5-9171-4de9-bf39-9cd777c0d5c1")]
|
|
public class WaitingScene2 : Instance<WaitingScene2>
|
|
{
|
|
[Output(Guid = "09192bff-6923-4ced-8f4c-afb257036f00")]
|
|
public readonly Slot<Command> Output = new();
|
|
|
|
|
|
} |