Skip to content

Commit 1b06354

Browse files
committed
[cleanup] Deprecate auto ref message
1 parent 247c4fa commit 1b06354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/refproto/ssl_game_controller_auto_ref.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ message AutoRefToController {
1818
// game_event is an optional event that the autoRef detected during the game
1919
optional GameEvent game_event = 2;
2020
// auto_ref_message is an optional message that describes the current state or situation of the game/autoRef
21-
optional AutoRefMessage auto_ref_message = 3;
21+
// it is not and never was processed by the GC and is this marked deprecated
22+
optional AutoRefMessage auto_ref_message = 3 [deprecated = true];
2223
}
2324

2425
// ControllerToAutoRef is the wrapper message for all messages from controller to autoRef
@@ -51,4 +52,4 @@ message AutoRefMessage {
5152
required float distance = 2;
5253
}
5354
}
54-
}
55+
}

0 commit comments

Comments
 (0)