Grasscutter/proto/CodexDataFullNotify.proto

16 lines
324 B
Protocol Buffer
Raw Normal View History

2022-05-13 23:33:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2022-05-13 23:33:07 +00:00
import "CodexTypeData.proto";
// CmdId: 4201
// EnetChannelId: 0
// EnetIsReliable: true
2022-05-13 23:33:07 +00:00
message CodexDataFullNotify {
repeated CodexTypeData type_data_list = 5;
repeated uint32 IGMFFAGOCIA = 11;
uint32 BIFMJKDHHLG = 8;
uint32 AEHJDIPOLHC = 10;
2022-05-13 23:33:07 +00:00
}