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 Dec 4, 2023
1 parent 3db661a commit 42e160a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ def PROP(chunk, rbxm):
q=quaternions[i-1]
properties.append([cfX[i], cfY[i], cfZ[i], q['x'], q['y'], q['z'], q['w']])
##end
elif (typeID==0x12):
#Enum
properties=basicTypes.unsignedIntArray(buffer, sizeof)
elif (typeID==0x13):
#Ref
properties=basicTypes.RefArray(buffer, sizeof)
##endif
##end
def SSTR(chunk, rbxm):
Expand Down

0 comments on commit 42e160a

Please sign in to comment.