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

10 lines
275 B
C#

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