From 927203a136c5d0e3c549964424c538c8035fde48 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Mon, 29 Aug 2022 08:41:49 +0000 Subject: [PATCH] get_game_url is modified --- src/ss/api/game.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ss/api/game.rs b/src/ss/api/game.rs index 1190f7c..4186719 100644 --- a/src/ss/api/game.rs +++ b/src/ss/api/game.rs @@ -71,6 +71,8 @@ pub mod get_game_url_request { pub vendor_key: ::prost::alloc::string::String, #[prost(string, tag = "2")] pub game_key: ::prost::alloc::string::String, + #[prost(string, tag = "3")] + pub member_id: ::prost::alloc::string::String, } } #[derive(Clone, PartialEq, ::prost::Message)]