Pins now have names
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / SubmodelComponentParams.java
index 5fd7ab5..f240355 100644 (file)
@@ -20,6 +20,7 @@ public class SubmodelComponentParams
        public static class InterfacePinParams
        {
                public Point location;
+               public String name;
                public int logicWidth;
        }