Skip to content

Commit

Permalink
feat: add missing 7.36 decoders (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsabdi authored Jul 30, 2024
1 parent b53c2ee commit 67533e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion field_decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ var fieldTypeDecoders = map[string]fieldDecoder{
"uint32": unsignedDecoder,
"uint8": unsignedDecoder,

"GameTime_t": noscaleDecoder,
"GameTime_t": noscaleDecoder,
"HeroFacetKey_t": unsigned64Decoder,
"BloodType": unsignedDecoder,

"CBodyComponent": componentDecoder,
"CGameSceneNodeHandle": unsignedDecoder,
Expand Down

0 comments on commit 67533e5

Please sign in to comment.