11 lines
288 B
C#
11 lines
288 B
C#
namespace Examples.tutorial;
|
|
|
|
[Guid("e21c202f-9b93-456d-aeba-7232d9600572")]
|
|
internal sealed class HandsOn002BrickOcean : Instance<HandsOn002BrickOcean>
|
|
{
|
|
|
|
[Output(Guid = "e0fb287e-3f8e-4387-9fca-09ff034a55c1")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
} |