get_game_url is modified

This commit is contained in:
병준 박 2022-08-29 08:41:36 +00:00
parent 6d0673bb3e
commit aa1fb4300d

View File

@ -40,6 +40,7 @@ message GetGameUrlRequest {
message Request {
string vendor_key = 1;
string game_key = 2;
string member_id = 3;
}
bet.beteran.core.network.Client client = 1;
Request request = 2;