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 23, 2023
1 parent abe3b52 commit 353f9f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ def INST(chunk, rbxm):
count=buffer.readNumber("<I4")
refs=basicTypes.RefArray(buffer, count)
class theclass:
Name=ClassName,Sizeof=count,Refs=refs
Name=ClassName
Sizeof=count
Refs=refs
##end
rbxm.ClassRefs[ClassID]=theclass
for ref in refs:
Expand Down

0 comments on commit 353f9f9

Please sign in to comment.