README.md
setup.py
flatbuffers/__init__.py
flatbuffers/builder.py
flatbuffers/compat.py
flatbuffers/encode.py
flatbuffers/number_types.py
flatbuffers/packer.py
flatbuffers/table.py
flatbuffers/util.py
rlbot/__init__.py
rlbot/base_extension.py
rlbot/runner.py
rlbot/setup_manager.py
rlbot/version.py
rlbot.egg-info/PKG-INFO
rlbot.egg-info/SOURCES.txt
rlbot.egg-info/dependency_links.txt
rlbot.egg-info/requires.txt
rlbot.egg-info/top_level.txt
rlbot/agents/__init__.py
rlbot/agents/base_agent.py
rlbot/agents/base_dotnet_agent.py
rlbot/agents/base_flatbuffer_agent.py
rlbot/agents/base_independent_agent.py
rlbot/agents/base_java_agent.py
rlbot/agents/base_subprocess_agent.py
rlbot/agents/human/__init__.py
rlbot/agents/human/controller_input.py
rlbot/agents/human/human_bot.py
rlbot/botmanager/__init__.py
rlbot/botmanager/agent_metadata.py
rlbot/botmanager/bot_helper_process.py
rlbot/botmanager/bot_manager.py
rlbot/botmanager/bot_manager_flatbuffer.py
rlbot/botmanager/bot_manager_independent.py
rlbot/botmanager/bot_manager_struct.py
rlbot/botmanager/helper_process_manager.py
rlbot/botmanager/helper_process_request.py
rlbot/dll/BallPrediction.exe
rlbot/dll/RLBot_Core.dll
rlbot/dll/RLBot_Core_Interface.dll
rlbot/dll/RLBot_Core_Interface_32.dll
rlbot/dll/RLBot_Injector.exe
rlbot/gui/__init__.py
rlbot/gui/gui_agent.py
rlbot/gui/index_manager.py
rlbot/gui/mutator_editor.py
rlbot/gui/preset_editors.py
rlbot/gui/presets.py
rlbot/gui/qt_root.py
rlbot/gui/rocket_league_items.json
rlbot/gui/design/__init__.py
rlbot/gui/design/agent_customisation.py
rlbot/gui/design/agent_customisation.ui
rlbot/gui/design/car_customisation.py
rlbot/gui/design/car_customisation.ui
rlbot/gui/design/mutator_customisation.py
rlbot/gui/design/mutator_customisation.ui
rlbot/gui/design/qt_gui.py
rlbot/gui/design/qt_gui.ui
rlbot/img/rlbot_icon.png
rlbot/messages/__init__.py
rlbot/messages/flat/BallInfo.py
rlbot/messages/flat/BallPrediction.py
rlbot/messages/flat/Bool.py
rlbot/messages/flat/BoostPad.py
rlbot/messages/flat/BoostPadState.py
rlbot/messages/flat/Color.py
rlbot/messages/flat/ControllerState.py
rlbot/messages/flat/DesiredBallState.py
rlbot/messages/flat/DesiredBoostState.py
rlbot/messages/flat/DesiredCarState.py
rlbot/messages/flat/DesiredGameState.py
rlbot/messages/flat/DesiredPhysics.py
rlbot/messages/flat/DropShotBallInfo.py
rlbot/messages/flat/DropshotTile.py
rlbot/messages/flat/FieldInfo.py
rlbot/messages/flat/Float.py
rlbot/messages/flat/GameInfo.py
rlbot/messages/flat/GameTickPacket.py
rlbot/messages/flat/GoalInfo.py
rlbot/messages/flat/Physics.py
rlbot/messages/flat/PlayerInfo.py
rlbot/messages/flat/PlayerInput.py
rlbot/messages/flat/PredictionSlice.py
rlbot/messages/flat/QuickChat.py
rlbot/messages/flat/QuickChatSelection.py
rlbot/messages/flat/RenderGroup.py
rlbot/messages/flat/RenderMessage.py
rlbot/messages/flat/RenderType.py
rlbot/messages/flat/Rotator.py
rlbot/messages/flat/RotatorPartial.py
rlbot/messages/flat/ScoreInfo.py
rlbot/messages/flat/TileState.py
rlbot/messages/flat/TinyBall.py
rlbot/messages/flat/TinyPacket.py
rlbot/messages/flat/TinyPlayer.py
rlbot/messages/flat/Touch.py
rlbot/messages/flat/Vector3.py
rlbot/messages/flat/Vector3Partial.py
rlbot/messages/flat/__init__.py
rlbot/parsing/__init__.py
rlbot/parsing/agent_config_parser.py
rlbot/parsing/custom_config.py
rlbot/parsing/incrementing_integer.py
rlbot/parsing/match_settings_config_parser.py
rlbot/parsing/rlbot_config_parser.py
rlbot/utils/__init__.py
rlbot/utils/class_importer.py
rlbot/utils/file_util.py
rlbot/utils/game_state_util.py
rlbot/utils/item_id_parser.py
rlbot/utils/logging_utils.py
rlbot/utils/process_configuration.py
rlbot/utils/public_utils.py
rlbot/utils/rate_limiter.py
rlbot/utils/rlbot_exception.py
rlbot/utils/prediction/__init__.py
rlbot/utils/prediction/pitch.dat
rlbot/utils/prediction/prediction_util.py
rlbot/utils/rendering/__init__.py
rlbot/utils/rendering/rendering_manager.py
rlbot/utils/structures/__init__.py
rlbot/utils/structures/bot_input_struct.py
rlbot/utils/structures/game_data_struct.py
rlbot/utils/structures/game_interface.py
rlbot/utils/structures/game_status.py
rlbot/utils/structures/legacy_data_v3.py
rlbot/utils/structures/quick_chats.py
rlbot/utils/structures/start_match_structures.py
rlbot/utils/structures/utils.py