Compare commits
3 Commits
sessions
...
maps-field
| Author | SHA1 | Date | |
|---|---|---|---|
|
67fb7fc74e
|
|||
|
bbfa1cad3b
|
|||
|
1f5668308c
|
10
maps.proto
10
maps.proto
@@ -27,6 +27,11 @@ message MapResponse {
|
||||
string Creator = 3;
|
||||
int32 GameID = 4;
|
||||
int64 Date = 5;
|
||||
int64 CreatedAt = 6;
|
||||
int64 UpdatedAt = 7;
|
||||
int64 Submitter = 8;
|
||||
int64 Thumbnail = 9;
|
||||
int64 AssetVersion = 10;
|
||||
}
|
||||
|
||||
message MapRequest {
|
||||
@@ -35,12 +40,14 @@ message MapRequest {
|
||||
optional string Creator = 3;
|
||||
optional int32 GameID = 4;
|
||||
optional int64 Date = 5;
|
||||
optional int64 Submitter = 6;
|
||||
}
|
||||
|
||||
message MapFilter {
|
||||
optional string DisplayName = 2;
|
||||
optional string Creator = 3;
|
||||
optional int32 GameID = 4;
|
||||
optional int64 Submitter = 5;
|
||||
}
|
||||
|
||||
message MapList {
|
||||
@@ -58,5 +65,4 @@ message Pagination {
|
||||
}
|
||||
|
||||
message NullResponse {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user