Compare commits
1 Commits
889662bc99
...
69aa45ffe6
| Author | SHA1 | Date | |
|---|---|---|---|
| 69aa45ffe6 |
@@ -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;
|
uint32 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 uint32 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