mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
365 B
Protocol Buffer
17 lines
365 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CodexTypeData.proto";
|
|
|
|
// CmdId: 4206
|
|
// Name: IPKAMNDGCKJ
|
|
message ViewCodexRsp {
|
|
int32 retcode = 11;
|
|
repeated CodexTypeData type_data_list = 1;
|
|
repeated uint32 recent_viewed_pushtips_list = 8;
|
|
repeated uint32 LKGKDGLNMAG = 14;
|
|
repeated uint32 COGOBHKCKAN = 10;
|
|
}
|
|
|