ostis-dev/sc-machine

Remove setting sc-element subtype logic from scs loader

KovalM opened this issue · 0 comments

Remove processing of sc-element subtype from scsloader. For example, if we have construction like:

sc_node_norole_relation -> nrel_goto;

Current implementation will load it as:
image

New implementation should load it as:
image