times: record attempt number to time entry

This commit is contained in:
2025-07-25 19:58:51 -07:00
parent 62ffc6a365
commit 8a5f33b1b4

View File

@@ -28,6 +28,7 @@ message TimeRequest {
optional int32 StyleID = 6;
optional int32 ModeID = 7;
optional int32 GameID = 8;
optional uint32 Attempt = 9;
}
message TimeFilter {
@@ -51,6 +52,9 @@ message TimeResponse {
int32 StyleID = 7;
int32 ModeID = 8;
int32 GameID = 9;
// How many times did the player leave the start zone
// during their full play history of the map
uint32 Attempt = 10;
}
message IdMessage {