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

12 lines
280 B
C#

namespace Examples.testing{
[Guid("202467cd-e898-4869-b08c-804ca5db5b45")]
internal sealed class IoTests : Instance<IoTests>
{
[Output(Guid = "7ccb7b18-f64a-4938-ab09-9b79b2962af5")]
public readonly Slot<string> Result = new Slot<string>();
}
}