diff --git a/Chunks.py b/Chunks.py index 12e4930..340cced 100644 --- a/Chunks.py +++ b/Chunks.py @@ -2,11 +2,7 @@ def VirtualInstance(classID, className, ref): class vi: - ClassId=classID - ClassName=className - Ref=ref - Properties={} - Children={} + ClassId=classIDClassName=classNameRef=refProperties={}Children={} ##end return vi ##end