GC-Proto/proto/PlayerLoginRsp.proto

72 lines
2.4 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
// Proto has been converted from Sorapointa to Grasscutter format
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
// Copyright (C) 2022 Sorapointa Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
import "BlockInfo.proto";
import "FeatureBlockInfo.proto";
import "ResVersionConfig.proto";
import "ShortAbilityHashPair.proto";
option java_package = "emu.grasscutter.net.proto";
message PlayerLoginRsp {
2022-12-05 15:02:30 +03:00
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 119;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
uint64 login_rand = 9;
2022-12-11 07:40:50 +03:00
bytes player_data = 2;
string client_silence_md5 = 16;
2022-12-05 15:02:30 +03:00
double total_tick_time = 530;
2022-12-11 07:40:50 +03:00
bool is_use_ability_hash = 5;
2022-12-05 15:02:30 +03:00
bool is_audit = 930;
string birthday = 1387;
bool Unk3300_HGFNECIJDLN = 13;
string client_silence_version_suffix = 908;
string client_version_suffix = 1845;
string next_resource_url = 1324;
bool Unk3300_EJKCNNDFAAI = 196;
repeated ShortAbilityHashPair short_ability_hash_map = 1373;
bool is_data_need_relogin = 1119;
ResVersionConfig res_version_config = 808;
uint32 client_silence_data_version = 1;
uint32 target_uid = 15;
2022-12-11 07:40:50 +03:00
string register_cps = 99;
bool is_sc_open = 1522;
2022-12-05 15:02:30 +03:00
bool Unk3300_IIHDKKNJPGD = 8;
uint32 player_data_version = 14;
2022-12-11 07:40:50 +03:00
bytes sc_info = 1888;
2022-12-05 15:02:30 +03:00
string country_code = 360;
ResVersionConfig next_res_version_config = 1688;
bool Unk3300_IADLIIMGDMC = 17;
map<uint32, BlockInfo> block_info_map = 2018;
bool is_transfer = 295;
uint32 target_home_owner_uid = 446;
string game_biz = 4;
map<string, int32> ability_hash_map = 3;
2022-11-06 15:30:21 +03:00
int32 ability_hash_code = 12;
2022-12-05 15:02:30 +03:00
uint32 client_data_version = 10;
2022-12-11 07:40:50 +03:00
string client_md5 = 1299;
2022-12-05 15:02:30 +03:00
int32 retcode = 7;
repeated FeatureBlockInfo feature_block_info_list = 138;
2022-11-06 15:30:21 +03:00
}