16 lines
362 B
Protocol Buffer
16 lines
362 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CodexTypeData.proto";
|
|
|
|
// CmdId: 4202
|
|
// Name: DEOFNLAMNKE
|
|
message CodexDataFullNotify {
|
|
uint32 last_read_pushtips_type_id = 15;
|
|
repeated CodexTypeData type_data_list = 13;
|
|
repeated uint32 recent_viewed_pushtips_list = 14;
|
|
uint32 last_read_pushtips_codex_id = 7;
|
|
}
|
|
|