aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-07-21 21:42:47 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-07-21 21:42:47 +0200
commit1011015b29c00480b1a7bcb5e2d98abdb363fc75 (patch)
treef3aababb022dca87a12124ae46c5d1f75eeab14c /proto
parentb84e9be9d64bad2b1a44f34c499de7dd0525f2b6 (diff)
downloadplanetwars.dev-1011015b29c00480b1a7bcb5e2d98abdb363fc75.tar.xz
planetwars.dev-1011015b29c00480b1a7bcb5e2d98abdb363fc75.zip
show match url in planetwars_client
Diffstat (limited to 'proto')
-rw-r--r--proto/bot_api.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bot_api.proto b/proto/bot_api.proto
index 4b07c7c..69a319a 100644
--- a/proto/bot_api.proto
+++ b/proto/bot_api.proto
@@ -30,6 +30,7 @@ message MatchRequest {
message CreatedMatch {
int32 match_id = 1;
string player_key = 2;
+ string match_url = 3;
}
service BotApiService {