Quetzal2
Quetzal2
Use the new `FreshLiveDataPacketFlatbuffer` from https://github.com/RLBot/RLBot/commit/94076466d3ad25ed589d93d7d3a0d7cd3bb0ab16 (new option: https://github.com/RLBot/RLBot/commit/8086f41ac9f3be568304e5622337eadfe14fa370) instead of `UpdateLiveDataPacket`. An update example (Java) can be found here : https://github.com/RLBot/RLBot/commit/5701357231a13cdc182342f16f84e84f336b7ee3
The new `fresh_live_data_packet_flatbuffer` function can now be "bot agnostic", remembering where each bot is at, by sending it a `key` value. The bot index could be used as the key...
Manage the incoming messages.