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

12 lines
282 B
C#

namespace Examples.testing{
[Guid("e7cecfc5-e6e5-4fb7-aadf-0f7b7dfef154")]
internal sealed class PbrTests : Instance<PbrTests>
{
[Output(Guid = "6060e4cf-d707-4340-98fc-7f78f28cdf1b")]
public readonly Slot<string> Result = new Slot<string>();
}
}