I have added the "method void onScannedRobot (ScannedRobotEvent e), within...
I have added the "method void onScannedRobot (ScannedRobotEvent e), within this method we will control what our robot will do when it detects an enemy with the radar and this method will be called automatically every time this happens. The next method onHitRobot(HitRobotEvent event) is called when our robot collides with another robot.