We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c4fa commit 1b06354Copy full SHA for 1b06354
pkg/refproto/ssl_game_controller_auto_ref.proto
@@ -18,7 +18,8 @@ message AutoRefToController {
18
// game_event is an optional event that the autoRef detected during the game
19
optional GameEvent game_event = 2;
20
// 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;
+ // it is not and never was processed by the GC and is this marked deprecated
22
+ optional AutoRefMessage auto_ref_message = 3 [deprecated = true];
23
}
24
25
// ControllerToAutoRef is the wrapper message for all messages from controller to autoRef
@@ -51,4 +52,4 @@ message AutoRefMessage {
51
52
required float distance = 2;
53
54
-}
55
+}
0 commit comments