From 0e29d880b8ac2cb94a987c382a4011511e62aa9b Mon Sep 17 00:00:00 2001 From: Anonymous <84868516+Captian-obvious@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:36:39 -0500 Subject: [PATCH] Update Chunks.py --- Chunks.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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