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

10 lines
275 B
C#

namespace Examples.Lib.io.file;
[Guid("897a5f40-7970-4770-bd51-08a085f8355b")]
internal sealed class FilesInFolderExample : Instance<FilesInFolderExample>
{
[Output(Guid = "5ae5161d-010d-48ab-b0d0-8fc6a1d6e7ce")]
public readonly Slot<Texture2D> Texture = new();
}