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 0e29d88 commit c03ad2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

def VirtualInstance(classID, className, ref):
class vi:
ClassId=classIDClassName=classNameRef=refProperties={}Children={}
ClassId=classID
ClassName=className
Ref=ref
Properties={}
Children={}
##end
return vi
##end
Expand Down

0 comments on commit c03ad2d

Please sign in to comment.