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