mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 09:06:29 +02:00
4 lines
125 B
C#
4 lines
125 B
C#
namespace StoneRed.LogicSimulator.Simulation;
|
|
|
|
public sealed record MacroInstance(string Name, int[] Inputs, int[] Outputs);
|