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

10 lines
298 B
C#

namespace Examples.user.newemka980.Examples;
[Guid("82159382-64e7-4aef-bc23-6a0f0f40f18d")]
internal sealed class LightRaysFxExample : Instance<LightRaysFxExample>
{
[Output(Guid = "a91be719-68e5-439a-93f6-3c66aa00e14e")]
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
}