tooll3--t3
11 行
272 B
C#
11 行
272 B
C#
namespace Examples.user.pixtur.vj.scenes;
|
|
|
|
[Guid("78024fb9-4c07-400d-a919-8e1488dc37c5")]
|
|
public class VJSkullScene : Instance<VJSkullScene>
|
|
{
|
|
|
|
[Output(Guid = "465eaee7-391e-4996-b25e-e73cff6245af")]
|
|
public readonly Slot<Command> Output2 = new Slot<Command>();
|
|
|
|
|
|
} |