aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-09-02 21:58:32 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-09-02 21:58:32 +0200
commit2fec5e4509aeb4520691bce57016707a399dffa6 (patch)
tree35e4c5b26bee2a0f99e982f790d9460f57d62525 /proto
parentd95eedcc83f8d07a49c25c5240beb8a0105d877a (diff)
downloadplanetwars.dev-2fec5e4509aeb4520691bce57016707a399dffa6.tar.xz
planetwars.dev-2fec5e4509aeb4520691bce57016707a399dffa6.zip
implement map selection in cli
Diffstat (limited to 'proto')
-rw-r--r--proto/client_api.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/client_api.proto b/proto/client_api.proto
index 3f1b956..07164e5 100644
--- a/proto/client_api.proto
+++ b/proto/client_api.proto
@@ -10,6 +10,7 @@ service ClientApiService {
message CreateMatchRequest {
string opponent_name = 1;
+ string map_name = 2;
}
message CreateMatchResponse {