10 lines
313 B
C#
10 lines
313 B
C#
namespace Examples.user.newemka980.Examples;
|
|
|
|
[Guid("4fdd6f40-c099-4caa-a05b-67c8a45961bb")]
|
|
internal sealed class StarGlowStreaksExample : Instance<StarGlowStreaksExample>
|
|
{
|
|
[Output(Guid = "0d021020-08c0-46af-b3fe-f4627461322f")]
|
|
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
|
|
|
|
|
} |