GC-Proto/proto/PlayerLoginRsp.proto

50 lines
1.6 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-02-28 06:08:38 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "BlockInfo.proto";
2023-02-28 06:08:38 +03:00
import "FeatureBlockInfo.proto";
import "ResVersionConfig.proto";
2022-11-06 15:30:21 +03:00
import "ShortAbilityHashPair.proto";
2023-04-11 11:18:47 +03:00
// CmdId: 176
// Name: DKIPBAAHKJM
2022-11-06 15:30:21 +03:00
message PlayerLoginRsp {
2023-04-11 11:18:47 +03:00
int32 ability_hash_code = 4;
bytes LBMEAGDOILF = 858;
string country_code = 286; // AAEIDEMEKFF
repeated ShortAbilityHashPair short_ability_hash_map = 401;
string client_version_suffix = 309;
string client_md5 = 1149; // CLDKNBOLOEN
bool is_data_need_relogin = 1063;
bool HKINPODGHHH = 2;
ResVersionConfig res_version_config = 1241;
bool HKHOCPFCPAM = 242;
uint32 DCFPMMCBEAD = 6;
map<string, int32> ability_hash_map = 11;
bool is_transfer = 1162;
uint32 client_data_version = 10;
repeated FeatureBlockInfo feature_block_info_list = 1613;
double total_tick_time = 1940;
string client_silence_version_suffix = 889;
ResVersionConfig next_res_version_config = 670;
bool FCJHOMPHEON = 741;
string client_silence_md5 = 1152; // EHDGCMPILDC
int32 retcode = 5;
string game_biz = 3;
bool is_use_ability_hash = 15; // BMLPDBNDAIJ
bool is_sc_open = 1257; // FLEDDLEFFLK
uint64 login_rand = 1;
string birthday = 1129;
bool is_audit = 461;
string register_cps = 625; // KJJAIPPKFCI
bool BJLCFHHIGJD = 8;
uint32 client_silence_data_version = 9;
uint32 FMOKLFNAOOK = 892;
bytes scInfo = 7; // JLDGJOPFALG
string next_resource_url = 300;
uint32 target_uid = 12;
map<uint32, BlockInfo> block_info_map = 771;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00