Files
2026-07-13 13:13:17 +08:00

11 lines
268 B
C#

namespace Examples.user._1x;
[Guid("87f959cc-4642-4075-a374-d566e1a48d11")]
internal sealed class LookTest11 : Instance<LookTest11>
{
[Output(Guid = "a8b3db9a-0dfb-4406-9484-37b32635b6b3")]
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
}