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