mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
431 B
Protocol Buffer
18 lines
431 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "LockedPersonallineData.proto";
|
|
|
|
// CmdId: 404
|
|
// Name: CKJDCPDNGII
|
|
message PersonalLineAllDataRsp {
|
|
uint32 legendary_key_count = 14;
|
|
uint32 cur_finished_daily_task_count = 6;
|
|
repeated uint32 OIJBKBOLJIL = 3;
|
|
repeated uint32 DIHALBEEOPO = 10;
|
|
int32 retcode = 2;
|
|
repeated LockedPersonallineData locked_personal_line_list = 1;
|
|
}
|
|
|