mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
ac0b8a0d8f
* tmp fix visual shop
13 lines
271 B
Protocol Buffer
13 lines
271 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 470
|
|
// Name: MMPFLFGLFFC
|
|
message ServerCondMeetQuestListUpdateNotify {
|
|
repeated uint32 add_quest_id_list = 9; //GNFJHCIHOBE
|
|
repeated uint32 del_quest_id_list = 5; //EOMIKDEBBGN
|
|
}
|
|
|