chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user