hello, can someone explain to me what is this mean?
like party_id have low, high, unsigned, damage_type, match_id low, high, unsigned, replay_salt, custom_game_id low, high, unsigned?
party_id, match_id, and custom_game_id are 64 bit unsigned integers. They're too big for javascript's number type, so long.js is used to represent them.
hello, can someone explain to me what is this mean? like party_id have low, high, unsigned, damage_type, match_id low, high, unsigned, replay_salt, custom_game_id low, high, unsigned?