diff --git a/python_example/python_example.py b/python_example/python_example.py index 0b76a26..fb4d78e 100644 --- a/python_example/python_example.py +++ b/python_example/python_example.py @@ -3,8 +3,6 @@ from rlbot.agents.base_agent import BaseAgent, SimpleControllerState from rlbot.utils.structures.game_data_struct import GameTickPacket -URotationToRadians = math.pi / float(32768) - class PythonExample(BaseAgent):