12 lines
292 B
C#
12 lines
292 B
C#
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>();
|
|
|
|
|
|
}
|
|
}
|
|
|