chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user