Files
2026-07-13 13:15:05 +08:00

10 lines
278 B
C#

namespace Examples.Lib.point;
[Guid("69020cd2-de9a-4150-bac5-b547301e7bc8")]
internal sealed class TransformCpuPointExample : Instance<TransformCpuPointExample>
{
[Output(Guid = "3a1fe126-01e6-4d55-9abf-7344c195a4fd")]
public readonly Slot<Command> Output = new();
}