Restructured serializing/deserializing
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / serializing / SubmodelComponentParams.java
index afce226..49edfd6 100644 (file)
@@ -25,6 +25,9 @@ public class SubmodelComponentParams
        public String symbolRendererSnippetID;
        public JsonElement symbolRendererParams;
 
+       public String highLevelStateHandlerSnippetID;
+       public JsonElement highLevelStateHandlerParams;
+
        public static class InterfacePinParams
        {
                public Point location;