2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
2023-01-28 17:00:48 +03:00
|
|
|
import "CodexTypeData.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-02-28 06:08:38 +03:00
|
|
|
// Name: GCDBECKPFCJ
|
|
|
|
// CmdId: 4203
|
2022-11-06 15:30:21 +03:00
|
|
|
message CodexDataFullNotify {
|
2023-02-28 06:08:38 +03:00
|
|
|
repeated uint32 recent_viewed_pushtips_list = 1;
|
|
|
|
uint32 KAOIMONFEOK = 5;
|
|
|
|
uint32 AIOANFPLOPL = 8;
|
|
|
|
repeated CodexTypeData type_data_list = 4;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|