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