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,10 @@
namespace Examples.tutorial;
[Guid("03408590-c8a4-4eb8-a237-bc8d9e1686c2")]
internal sealed class HandsOn001Abstract : Instance<HandsOn001Abstract>
{
[Output(Guid = "db81be67-ea70-4ac1-b9b8-cfcdabb5cace")]
public readonly Slot<Command> Output = new Slot<Command>();
}