Compare commits
2 Commits
sessions
...
eb8d873290
| Author | SHA1 | Date | |
|---|---|---|---|
|
eb8d873290
|
|||
| 69aa45ffe6 |
10
maps.proto
10
maps.proto
@@ -24,22 +24,19 @@ message IdMessage {
|
|||||||
message MapResponse {
|
message MapResponse {
|
||||||
int64 ID = 1;
|
int64 ID = 1;
|
||||||
string DisplayName = 2;
|
string DisplayName = 2;
|
||||||
string Creator = 3;
|
|
||||||
int32 GameID = 4;
|
int32 GameID = 4;
|
||||||
int64 Date = 5;
|
uint64 Thumbnail = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message MapRequest {
|
message MapRequest {
|
||||||
int64 ID = 1;
|
int64 ID = 1;
|
||||||
optional string DisplayName = 2;
|
optional string DisplayName = 2;
|
||||||
optional string Creator = 3;
|
|
||||||
optional int32 GameID = 4;
|
optional int32 GameID = 4;
|
||||||
optional int64 Date = 5;
|
optional uint64 Thumbnail = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message MapFilter {
|
message MapFilter {
|
||||||
optional string DisplayName = 2;
|
optional string DisplayName = 2;
|
||||||
optional string Creator = 3;
|
|
||||||
optional int32 GameID = 4;
|
optional int32 GameID = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,5 +55,4 @@ message Pagination {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message NullResponse {
|
message NullResponse {
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user