chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,10 @@
namespace Examples.Lib.image.generate.pattern;
[Guid("d71a564b-44c7-42a6-b0ca-05d5f512be14")]
internal sealed class RyojiPattern1Example : Instance<RyojiPattern1Example>
{
[Output(Guid = "092308dc-05a0-4f10-815d-304a697908f7")]
public readonly Slot<Texture2D> ImgOutput = new();
}