chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("ab5fbecb-abef-4a17-a0bf-2ce8f81ff813")]
|
||||
internal sealed class ApplyRandomWalkExamples : Instance<ApplyRandomWalkExamples>
|
||||
{
|
||||
[Output(Guid = "9b69c66f-da27-4533-9345-6c392d00b26c")]
|
||||
public readonly Slot<Texture2D> ImgOutput = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user