Files
2026-07-13 13:13:17 +08:00

11 lines
287 B
C#

namespace Examples.user.still.there.research;
[Guid("0998c5a8-8771-4161-801d-e14507c2e89c")]
internal sealed class PartialPhysarum2 : Instance<PartialPhysarum2>
{
[Output(Guid = "7fa2fb31-dd11-48b1-b580-db5aa14aa7fb")]
public readonly TimeClipSlot<Command> Output2 = new();
}