10 lines
258 B
C#
10 lines
258 B
C#
namespace Examples.howto;
|
|
|
|
[Guid("40757a26-1cd8-477c-a774-7463aadd6f0f")]
|
|
internal sealed class HowToDrawThings : Instance<HowToDrawThings>
|
|
{
|
|
[Output(Guid = "85adcfb7-480a-4f41-87cb-bd7819467a68")]
|
|
public readonly Slot<Texture2D> Texture = new();
|
|
|
|
|
|
} |