times: record attempt number to time entry
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user