Skip to content

Commit

Permalink
Update Chunks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 22, 2023
1 parent 1c6dab3 commit 0e29d88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e29d88

Please sign in to comment.