mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +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";
|
|
|
|
// Name: ICNIDFENNHA
|
|
// CmdId: 4204
|
|
message ViewCodexRsp {
|
|
int32 retcode = 12;
|
|
repeated uint32 PPIGADCABAK = 9;
|
|
repeated uint32 EPPGKJJINJN = 5;
|
|
repeated CodexTypeData type_data_list = 13;
|
|
repeated uint32 recent_viewed_pushtips_list = 14;
|
|
}
|
|
|