chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.user.fuzzy.osc;
|
||||
|
||||
[Guid("48e284ff-cfcc-4d6c-83d4-256c9380de61")]
|
||||
internal sealed class OscOutputExample : Instance<OscOutputExample>
|
||||
{
|
||||
|
||||
[Output(Guid = "bbf85f4a-f11f-47cf-8689-c059955117ce")]
|
||||
public readonly Slot<T3.Core.DataTypes.Command> OSCExecute = new Slot<T3.Core.DataTypes.Command>();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user