chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,11 @@
namespace Examples.howto;
[Guid("e6a11c29-11f9-49a3-9eff-463a93503420")]
internal sealed class HowToUsePoints : Instance<HowToUsePoints>
{
[Output(Guid = "e4d2b739-0a14-4e52-a275-256b78b12b0f")]
public readonly Slot<Texture2D> Output2 = new();
}