chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -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>();
}
}