Remove map ID from MapFilter
This commit is contained in:
parent
f8d480e834
commit
442e7724ed
@ -38,10 +38,9 @@ message MapRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message MapFilter {
|
message MapFilter {
|
||||||
int64 ID = 1;
|
optional string DisplayName = 1;
|
||||||
optional string DisplayName = 2;
|
optional string Creator = 2;
|
||||||
optional string Creator = 3;
|
optional int32 GameID = 3;
|
||||||
optional int32 GameID = 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message MapList {
|
message MapList {
|
||||||
|
Loading…
Reference in New Issue
Block a user