mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-25 10:13:13 +03:00
49 lines
1.5 KiB
Protocol Buffer
49 lines
1.5 KiB
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ResVersionConfig.proto";
|
|
import "ShortAbilityHashPair.proto";
|
|
import "FeatureBlockInfo.proto";
|
|
import "StopServerInfo.proto";
|
|
import "BlockInfo.proto";
|
|
|
|
// 4.7.0
|
|
message PlayerLoginRsp {
|
|
string game_biz = 13;
|
|
string country_code = 184;
|
|
ResVersionConfig res_version_config = 1498;
|
|
string client_md5 = 354;
|
|
string client_silence_md5 = 790;
|
|
double total_tick_time = 80;
|
|
uint32 client_data_version = 7;
|
|
uint32 client_silence_data_version = 10;
|
|
string client_version_suffix = 704;
|
|
bool is_use_ability_hash = 1192;
|
|
string client_silence_version_suffix = 1860;
|
|
map <string, int32> ability_hash_map = 1011;
|
|
bool is_transfer = 1988;
|
|
uint32 target_home_owner_uid = 816;
|
|
bool is_data_need_relogin = 1993;
|
|
int32 ability_hash_code = 511;
|
|
repeated ShortAbilityHashPair short_ability_hash_map = 1373;
|
|
bool FBFJPEPMAOF = 15;
|
|
bool is_audit = 335;
|
|
string msg = 4311;
|
|
repeated FeatureBlockInfo feature_block_info_list = 1627;
|
|
bool DNHHIMENOLD = 1371;
|
|
bool PKKKINOCFMJ = 211;
|
|
int32 retcode = 811;
|
|
string birthday = 1688;
|
|
bool BOKKNHEOKPD = 620;
|
|
uint32 target_uid = 911;
|
|
map <uint32, BlockInfo> block_info_map = 2007;
|
|
bool GOFGOCDJDND = 281;
|
|
string next_resource_url = 986;
|
|
bytes player_data = 134;
|
|
bytes sc_info = 416;
|
|
uint64 login_rand = 311;
|
|
string ENNOCBNIHIK = 1258;
|
|
uint32 player_data_version = 1111;
|
|
StopServerInfo ECKNMCACJKG = 2021;
|
|
ResVersionConfig next_res_version_config = 1132;
|
|
} |