Compare commits
2 Commits
4f6fdec197
...
e8ad2ddc7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
e8ad2ddc7b
|
|||
|
1805daa476
|
@@ -30,17 +30,12 @@ message MapResponse {
|
||||
message MapRequest {
|
||||
int64 ID = 1;
|
||||
optional string DisplayName = 2;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user