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.user.newemka980.Examples;
[Guid("e92bdb18-4a42-4a92-aacc-45765e5862bf")]
internal sealed class SpringVec3Example : Instance<SpringVec3Example>
{
[Output(Guid = "15daaf5a-f3d9-4746-bc8a-f9cebb490f9c")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}