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 Skills.Math.M01_BasicMath;
[Guid("2a80d6a2-57ff-4295-9ca9-c34f3619d106")]
internal sealed class M01a_BasicMath01 : Instance<M01a_BasicMath01>
{
[Output(Guid = "19e0f222-d6d3-4edb-b01c-e7f0aff8a8ec")]
public readonly Slot<Texture2D> ColorBuffer = new();
}