This method is called if your robot dies.
You should override it in your robot if you want to be informed of this event. Actions will have no effect if called from this section. The intent is to allow you to perform calculations or print something out when the robot is killed.
@param event the death event set by the game
@see DeathEvent
@see WinEvent
@see RoundEndedEvent
@see BattleEndedEvent
@see Event