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

12 lines
288 B
C#

namespace Examples.testing{
[Guid("6647b9fd-a99f-45c8-864f-a2f0a7b61857")]
internal sealed class ShaderTests : Instance<ShaderTests>
{
[Output(Guid = "b749c355-fd7c-41de-b0bd-9c64b3151d0b")]
public readonly Slot<string> Result = new Slot<string>();
}
}