Files
2026-07-13 13:15:05 +08:00

13 lines
406 B
C#

namespace Examples.user.changes;
[Guid("9484cda8-a5ab-414d-a5bd-9a413796c7ab")]
internal sealed class InkingFx : Instance<InkingFx>
{
[Output(Guid = "f5f70a22-e07e-48d5-901a-2d88a6f5e1e0")]
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
[Input(Guid = "2418e72c-b15f-42a8-9689-a53fe59aa9ad")]
public readonly InputSlot<string> Folder = new InputSlot<string>();
}