chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.numbers.vec2;
|
||||
|
||||
[Guid("3dd015ed-5d7a-4b0e-a6da-958c58f716bb")]
|
||||
internal sealed class GridPositionExample : Instance<GridPositionExample>
|
||||
{
|
||||
[Output(Guid = "a2de29e8-2a27-47c9-b99e-5b1ce4dc10b5")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user