Files
2026-07-13 13:15:05 +08:00

10 lines
265 B
C#

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();
}