diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-02 21:58:32 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-02 21:58:32 +0200 |
commit | 2fec5e4509aeb4520691bce57016707a399dffa6 (patch) | |
tree | 35e4c5b26bee2a0f99e982f790d9460f57d62525 /proto/client_api.proto | |
parent | d95eedcc83f8d07a49c25c5240beb8a0105d877a (diff) | |
download | planetwars.dev-2fec5e4509aeb4520691bce57016707a399dffa6.tar.xz planetwars.dev-2fec5e4509aeb4520691bce57016707a399dffa6.zip |
implement map selection in cli
Diffstat (limited to 'proto/client_api.proto')
-rw-r--r-- | proto/client_api.proto | 1 |
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 { |