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("812561d8-cbb5-40c3-a53e-3c3f0ad2352e")]
internal sealed class HowToUseParticles : Instance<HowToUseParticles>
{
[Output(Guid = "a6f74a15-1f72-4e9c-955f-0711ff5f9c46")]
public readonly Slot<Texture2D> Output = new();
}