项目文件夹

文件
2026-07-13 13:13:17 +08:00

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>();
}