Skip to content

Commit 6f00633

Browse files
committed
[doc] Correct documentation
1 parent 1ccb719 commit 6f00633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/refproto/ssl_game_event_2019.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)