10 lines
290 B
Protocol Buffer
10 lines
290 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// 4.7.0
|
|
// CmdId: 28936 or 8955 or 25746(?) or 26221 or 190 or 9044
|
|
// Obf: BJDHFGACHAD ?
|
|
message ServerCondMeetQuestListUpdateNotify {
|
|
repeated uint32 del_quest_id_list = 9;
|
|
repeated uint32 add_quest_id_list = 10;
|
|
}
|