get_game_url is modified

This commit is contained in:
병준 박 2022-08-29 08:41:49 +00:00
parent c01448ae88
commit 927203a136

View File

@ -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)]