private function _kickoff(SimulationMatch $match, SimulationPlayer $scorer)
 {
     // let kick-off the opponent
     $match->setPlayerWithBall(SimulationHelper::selectPlayer(SimulationHelper::getOpponentTeam($scorer, $match), PLAYER_POSITION_DEFENCE, null));
 }