defined child offset for nested hierarchy

This commit is contained in:
iLLiCiTiT 2020-09-08 10:46:07 +02:00
parent 5350e7a505
commit 8ef37d3dfa

View file

@ -14,6 +14,7 @@ class TypeToKlass:
NOT_SET = type("NOT_SET", (), {"__bool__": lambda obj: False})()
METADATA_KEY = type("METADATA_KEY", (), {})
OVERRIDE_VERSION = 1
CHILD_OFFSET = 15
def convert_gui_data_to_overrides(data, first=True):