chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("21198ce9-7ef8-4f5e-a26a-f29b6abbcdec")]
|
||||
internal sealed class DrawConnectionLinesExample : Instance<DrawConnectionLinesExample>
|
||||
{
|
||||
[Output(Guid = "3c42f59b-1595-423b-b605-2c6f24ff6ed5")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user