File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,15 +272,15 @@ message GameEvent {
272272 // the location where the maximum dribbling distance was reached
273273 optional Location end = 4 ;
274274 }
275- // an attacker touched the opponent keeper
275+ // an attacker touched the opponent robot inside defense area
276276 message AttackerTouchedOpponentInDefenseArea {
277277 // the team that found guilty
278278 required Team by_team = 1 ;
279- // the bot that touched the opponent keeper
279+ // the bot that touched the opponent robot
280280 optional uint32 by_bot = 2 ;
281281 // the bot of the opposite team that was touched
282282 optional uint32 victim = 4 ;
283- // the location of the contact point between bot and keeper
283+ // the location of the contact point between both bots
284284 optional Location location = 3 ;
285285 }
286286 // an attacker touched the ball multiple times when it was not allowed to
You can’t perform that action at this time.
0 commit comments