10 lines
281 B
C#
10 lines
281 B
C#
namespace Examples.Lib.numbers;
|
|
|
|
[Guid("04b8f508-2101-42dc-8d91-60b585bc561e")]
|
|
internal sealed class SpringExample : Instance<SpringExample>
|
|
{
|
|
[Output(Guid = "4381982d-9e95-44d1-a4cb-d6be0cde4ccb")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
|
|
|
|
|
|
} |