chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.howto;
|
||||
|
||||
[Guid("fc3a89d4-e7ea-45d8-b1c5-41170c7cd2b8")]
|
||||
internal sealed class HowToUseOperators: Instance<HowToUseOperators>
|
||||
{
|
||||
[Output(Guid = "2621700c-8798-40ea-9dc8-a3f5ed1d0f41")]
|
||||
public readonly Slot<Texture2D> Texture = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user