12 lines
309 B
C#
12 lines
309 B
C#
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>();
|
|
|
|
|
|
}
|
|
}
|
|
|