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("a12f59a4-d074-4c52-a396-22221d69a588")]
internal sealed class M01d_Modulo : Instance<M01d_Modulo>
{
[Output(Guid = "a62728af-6ee1-4e31-a545-76c73a3b2269")]
public readonly Slot<Texture2D> ColorBuffer = new();
}