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.testing{
[Guid("340f164b-c3c3-4a36-9ca6-19312fed4438")]
internal sealed class ParticleTests : Instance<ParticleTests>
{
[Output(Guid = "ab75c4d6-b5cf-4422-8e36-793b054b1ce6")]
public readonly Slot<string> Result = new Slot<string>();
}
}