12 lines
288 B
Protocol Buffer
12 lines
288 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: APPHCCAKOKB
|
|
// CmdId: 466
|
|
message QuestProgressUpdateNotify {
|
|
repeated uint32 finish_progress_list = 7; //DOFGANFLADG
|
|
repeated uint32 fail_progress_list = 2; //NAJLNEMFEGA
|
|
uint32 quest_id = 3;
|
|
} |