chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user