chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("abdf2c06-2b93-4938-afac-6d737a1c1be5")]
|
||||
internal sealed class SimulateBoidsExample : Instance<SimulateBoidsExample>
|
||||
{
|
||||
[Output(Guid = "c91a8b4e-ddca-4e23-99ad-4130feeabae0")]
|
||||
public readonly Slot<Texture2D> Output = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user