chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.user.newemka980.Examples;
|
||||
|
||||
[Guid("e92bdb18-4a42-4a92-aacc-45765e5862bf")]
|
||||
internal sealed class SpringVec3Example : Instance<SpringVec3Example>
|
||||
{
|
||||
[Output(Guid = "15daaf5a-f3d9-4746-bc8a-f9cebb490f9c")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user