chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Examples.Lib.point.modify{
|
||||
[Guid("653100dc-0c7d-4ce2-aa23-fdba8d7d4395")]
|
||||
internal sealed class MoveToSDFExample : Instance<MoveToSDFExample>
|
||||
{
|
||||
[Output(Guid = "2d8dcf73-18f5-42a5-b693-9c788094b5ec")]
|
||||
public readonly Slot<Command> Output = new Slot<Command>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user